Do not set #dir when on public.php

Fix #7571
This commit is contained in:
Joas Schilling 2014-03-05 18:46:55 +01:00
parent 0980c48526
commit 1ab10cb4f7
1 changed files with 2 additions and 2 deletions

View File

@ -1156,9 +1156,9 @@ $(document).ready(function() {
// need to initially switch the dir to the one from the hash (IE8)
FileList.changeDirectory(parseCurrentDirFromUrl(), false, true);
}
}
FileList.setCurrentDir(parseCurrentDirFromUrl(), false);
FileList.setCurrentDir(parseCurrentDirFromUrl(), false);
}
FileList.createFileSummary();
});