]> source.dussan.org Git - nextcloud-server.git/commitdiff
debugging output removed
authorBjoern Schiessle <schiessle@owncloud.com>
Thu, 14 Jun 2012 11:17:06 +0000 (13:17 +0200)
committerBjoern Schiessle <schiessle@owncloud.com>
Thu, 14 Jun 2012 11:19:11 +0000 (13:19 +0200)
apps/files_imageviewer/js/lightbox.js

index 32147782fea7d9905067e4f473c446e3503ea550..69cda7a0eccac5164515afe0a6d6f24dc14a10eb 100644 (file)
@@ -22,7 +22,6 @@ function viewImage(dir, file) {
        if(file.indexOf('.psd')>0){//can't view those
                return;
        }
-       console.log("!!!!!!!!! lightbox");
        var location=OC.filePath('files','ajax','download.php')+'?files='+encodeURIComponent(file)+'&dir='+encodeURIComponent(dir);
        $.fancybox({
                "href": location,