mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #7575 from owncloud/issue/7571
Do not set #dir when on public.php
This commit is contained in:
commit
1785c0c9b9
1 changed files with 2 additions and 2 deletions
|
|
@ -1153,9 +1153,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();
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue