Merge pull request #7575 from owncloud/issue/7571

Do not set #dir when on public.php
This commit is contained in:
Vincent Petry 2014-03-05 19:57:25 +01:00
commit 1785c0c9b9

View file

@ -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();
});