BUGFIX: Fix locale switching from Web UI

This commit is contained in:
Christophe Dumez
2010-09-25 12:44:31 +00:00
parent 8f19025c2a
commit 2c1b93a12b
5 changed files with 32 additions and 3 deletions

View File

@@ -539,6 +539,7 @@
},
onSuccess: function() {
// Close window
window.parent.location.reload();
window.parent.closeWindows();
}
}).send();