diff options
author | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-01-11 16:45:32 +0100 |
---|---|---|
committer | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-01-11 16:45:32 +0100 |
commit | 938254a1c015c447b24fe1f3e64d8026f4dda8c3 (patch) | |
tree | 065007fe8e2590f7fb2cfc065295b73e799c0ecc | |
parent | 362860c5b5a919dfbefc9aa2873618dc0fc34fda (diff) | |
download | nextcloud-server-938254a1c015c447b24fe1f3e64d8026f4dda8c3.tar.gz nextcloud-server-938254a1c015c447b24fe1f3e64d8026f4dda8c3.zip |
load jquery-visibility
-rw-r--r-- | apps/files/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/index.php b/apps/files/index.php index 8b92bcc3728..959c7e4f7ea 100644 --- a/apps/files/index.php +++ b/apps/files/index.php @@ -28,6 +28,7 @@ OCP\User::checkLoggedIn(); OCP\Util::addStyle('files', 'files'); OCP\Util::addscript('files', 'jquery.iframe-transport'); OCP\Util::addscript('files', 'jquery.fileupload'); +OCP\Util::addscript('files', 'jquery-visibility'); OCP\Util::addscript('files', 'files'); OCP\Util::addscript('files', 'filelist'); OCP\Util::addscript('files', 'fileactions'); |