diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-06-04 18:44:14 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-06-04 18:44:14 +0200 |
commit | 3892fe55110ce86d742cabcf1422d96115590c5b (patch) | |
tree | fcfa3a717040232790ed5e7110431e71842eba7b /files/index.php | |
parent | d8ba312679a9bdeedbae5cf64fe05874f1108620 (diff) | |
download | nextcloud-server-3892fe55110ce86d742cabcf1422d96115590c5b.tar.gz nextcloud-server-3892fe55110ce86d742cabcf1422d96115590c5b.zip |
some refactoring of the filebrowsers javascript code
Diffstat (limited to 'files/index.php')
-rw-r--r-- | files/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/files/index.php b/files/index.php index 7ac3bce6051..79f8b677018 100644 --- a/files/index.php +++ b/files/index.php @@ -35,6 +35,7 @@ if( !OC_USER::isLoggedIn()){ // Load the files we need OC_UTIL::addStyle( "files", "files" ); OC_UTIL::addScript( "files", "files" ); +OC_UTIL::addScript( 'files', 'filelist' ); OC_APP::setActiveNavigationEntry( "files_index" ); // Load the files $dir = isset( $_GET['dir'] ) ? $_GET['dir'] : ''; |