function hidePDFviewer() { showPDFviewer.shown = false; $('table').show(); $('#controls').html(showPDFviewer.oldcode); $("#viewer").remove(); $("#loading").remove() $("#editor").show(); document.title = showPDFviewer.lastTitle; PDFView.active=false; $('iframe').remove(); } function showPDFviewer(dir,filename){ if(!showPDFviewer.shown){ $("#editor").hide(); var url = OC.filePath('files','ajax','download.php')+encodeURIComponent('?files='+encodeURIComponent(filename)+"&dir="+encodeURIComponent(dir)); $('table').hide(); function im(path) { return OC.filePath('files_pdfviewer','js','pdfjs/web/images/'+path); } showPDFviewer.oldcode = $("#controls").html(); $("#controls").empty(); $("#controls").html('
/----'); var oldcontent = $("#content").html(); $("#content").html(oldcontent+'