Keep PMA_handleRedirectAndReload compatility with old versions

Signed-off-by: Arkadiusz Rzadkowolski <a.rzadkowolski@gmail.com>
This commit is contained in:
flies 2019-12-16 13:54:33 +01:00
parent cad3bff4fe
commit 7b4e6681f2

View File

@ -1027,6 +1027,7 @@ AJAX.registerOnload('functions.js', function () {
$('input[name=token]').val(data.new_token);
}
idleSecondsCounter = 0;
Functions.handleRedirectAndReload(data);
}
}
});