debugging output removed

remotes/origin/stable45
Bjoern Schiessle 13 years ago
parent e7b93b1807
commit b0ecef02e9
  1. 1
      apps/files_imageviewer/js/lightbox.js

@ -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,

Loading…
Cancel
Save