Commit 9f91f3a7 by Bach Dániel

Merge branch 'clientCorrect' into 'master'

Client cookie timer correction

Small correction :)

See merge request !226
parents f69d7306 2ba806df
...@@ -618,7 +618,7 @@ function addModalConfirmation(func, data) { ...@@ -618,7 +618,7 @@ function addModalConfirmation(func, data) {
} }
function clientInstalledAction(location) { function clientInstalledAction(location) {
setCookie('downloaded_client', true, 365 * 24 * 60 * 60, "/"); setCookie('downloaded_client', true, 365 * 24 * 60 * 60 * 1000, "/");
window.location.href = location; window.location.href = location;
$('#confirmation-modal').modal("hide"); $('#confirmation-modal').modal("hide");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment