// Small fix on AdminModules filters

This commit is contained in:
fSerny
2012-02-29 15:21:26 +00:00
parent 9c51a32aad
commit 5395728ab9
2 changed files with 6 additions and 1 deletions
@@ -176,7 +176,7 @@
{
// res.status = cache or refresh
if (data == '{"status":"refresh"}')
window.location.href = currentIndexWithToken;
window.location.href = window.location.href;
},
error: function(res,textStatus,jqXHR)
{