Skip to content
Snippets Groups Projects
Commit 544f97f0 authored by Björn Schießle's avatar Björn Schießle
Browse files

debugging output removed

parent 4a47fa25
Branches
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment