Skip to content
Snippets Groups Projects
Commit 0615d096 authored by Robin Appelman's avatar Robin Appelman
Browse files

make pdf viewer work with text editor

parent 36a2649e
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,10 @@ function hidePDFviewer() {
$('#controls').html(showPDFviewer.oldcode);
$("#viewer").remove();
$("#loading").remove()
$("#editor").show();
document.title = showPDFviewer.lastTitle;
PDFView.active=false;
$('iframe').remove();
}
function showPDFviewer(dir,filename){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment