aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_imageviewer/appinfo/app.php
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2011-10-16 23:16:32 +0200
committerFlorian Pritz <bluewind@xinu.at>2011-10-21 20:19:39 +0200
commitf0565de900e3abd80557e2912d577a2002809d38 (patch)
treece2a8210f56f3654d49f861bcb517798212efa85 /apps/files_imageviewer/appinfo/app.php
parent2906ea3d78d2ff8ebfa3ceebe1c8cb5afa43225a (diff)
downloadnextcloud-server-f0565de900e3abd80557e2912d577a2002809d38.tar.gz
nextcloud-server-f0565de900e3abd80557e2912d577a2002809d38.zip
use fancybox instead of lightbox
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'apps/files_imageviewer/appinfo/app.php')
-rw-r--r--apps/files_imageviewer/appinfo/app.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_imageviewer/appinfo/app.php b/apps/files_imageviewer/appinfo/app.php
index 3dfbb76ceb0..0f77076b79b 100644
--- a/apps/files_imageviewer/appinfo/app.php
+++ b/apps/files_imageviewer/appinfo/app.php
@@ -1,6 +1,8 @@
<?php
OC_Util::addScript( 'files_imageviewer', 'lightbox' );
-OC_Util::addStyle( 'files_imageviewer', 'lightbox' );
+OC_Util::addScript('files_imageviewer', 'jquery.mousewheel-3.0.4.pack');
+OC_Util::addScript('files_imageviewer', 'jquery.fancybox-1.3.4.pack');
+OC_Util::addStyle( 'files_imageviewer', 'jquery.fancybox-1.3.4' );
?>