(cherry picked from commit 15f018434c5b715729488fd0b03a11f1bc943470)
@@ -33,7 +33,7 @@
$(window).bind('hashchange', function () {
$('#alert-panel').hide();
- var dir = window.location.hash.slice(1);
+ var dir = decodeURIComponent(window.location.hash.slice(1));
if(dir == "") {
dir = "/";
}