Merge pull request #7575 from owncloud/issue/7571

Do not set #dir when on public.php
remotes/origin/ldap_group_count
Vincent Petry 13 years ago
commit 1785c0c9b9
  1. 4
      apps/files/js/filelist.js

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

Loading…
Cancel
Save