mirror of
https://github.com/nextcloud/server.git
synced 2026-03-29 05:43:57 -04:00
make pdf viewer work with text editor
This commit is contained in:
parent
36a2649e37
commit
0615d096ce
1 changed files with 2 additions and 0 deletions
|
|
@ -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){
|
||||
|
|
|
|||
Loading…
Reference in a new issue