debugging output removed

This commit is contained in:
Bjoern Schiessle 2012-06-14 13:17:06 +02:00
parent 4a47fa255d
commit 544f97f034
1 changed files with 0 additions and 1 deletions

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