diff options
author | Simon Birnbach <simon@simon-birnbach.de> | 2012-03-16 00:03:23 +0100 |
---|---|---|
committer | Simon Birnbach <simon@simon-birnbach.de> | 2012-03-16 00:03:23 +0100 |
commit | 45c9f1978ec6221b7f302f0722b0e6795fa91804 (patch) | |
tree | 0ba6599cf5a3c1daa11e07d3a48b92a681999248 /files/index.php | |
parent | 0fadbee69941efe7d08dc8533145046a9cccb76e (diff) | |
download | nextcloud-server-45c9f1978ec6221b7f302f0722b0e6795fa91804.tar.gz nextcloud-server-45c9f1978ec6221b7f302f0722b0e6795fa91804.zip |
Initial version of drag&drop file upload support
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 79261e495be..a625d3cdf9f 100644 --- a/files/index.php +++ b/files/index.php @@ -30,6 +30,7 @@ OC_Util::checkLoggedIn(); // Load the files we need OC_Util::addStyle( "files", "files" ); +OC_Util::addScript( "files", "jquery.fileupload" ); OC_Util::addScript( "files", "files" ); OC_Util::addScript( 'files', 'filelist' ); OC_Util::addScript( 'files', 'fileactions' ); |