mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
support for onepage mode
This commit is contained in:
parent
54a14286f3
commit
91f61aad87
|
@ -374,6 +374,7 @@ $(document).ready(function() {
|
|||
});
|
||||
*/
|
||||
<?php
|
||||
$this->printClickDocumentJs();
|
||||
} /* }}} */
|
||||
|
||||
function show() { /* {{{ */
|
||||
|
|
|
@ -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();
|
||||
} /* }}} */
|
||||
}
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue
Block a user