Remove log
This commit is contained in:
parent
5cf684f5a2
commit
d945047794
@ -1027,7 +1027,7 @@ function document_preview(file, type, title)
|
||||
|
||||
}
|
||||
function show_preview(mode) {
|
||||
console.log("mode="+mode+" file="+file+" type="+type+" width="+width+" height="+height);
|
||||
/* console.log("mode="+mode+" file="+file+" type="+type+" width="+width+" height="+height); */
|
||||
var newElem = '<object name="objectpreview" data="'+file+'" type="'+type+'" width="'+object_width+'" height="'+object_height+'" param="noparam"></object>';
|
||||
|
||||
optionsbuttons = {}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user