diff --git a/js/functions.js b/js/functions.js index ba604f64f0..01c67b7297 100644 --- a/js/functions.js +++ b/js/functions.js @@ -1027,6 +1027,7 @@ AJAX.registerOnload('functions.js', function () { $('input[name=token]').val(data.new_token); } idleSecondsCounter = 0; + Functions.handleRedirectAndReload(data); } } });