support for onepage mode

This commit is contained in:
Uwe Steinmann 2020-03-04 22:26:05 +01:00
parent 54a14286f3
commit 91f61aad87
2 changed files with 2 additions and 1 deletions

View File

@ -374,6 +374,7 @@ $(document).ready(function() {
});
*/
<?php
$this->printClickDocumentJs();
} /* }}} */
function show() { /* {{{ */

View File

@ -48,6 +48,7 @@ $(document).ready( function() {
<?php
$this->printDeleteFolderButtonJs();
$this->printDeleteDocumentButtonJs();
$this->printClickDocumentJs();
} /* }}} */
function info() { /* {{{ */
@ -178,4 +179,3 @@ $(document).ready( function() {
$this->htmlEndPage();
} /* }}} */
}
?>