mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-10-30 04:31:19 +00:00
make printPopupBox() public
This commit is contained in:
parent
e610d4d855
commit
7dc6cba8f2
|
|
@ -2983,7 +2983,7 @@ $(document).ready(function() {
|
|||
$this->printTimelineHtml($height);
|
||||
} /* }}} */
|
||||
|
||||
protected function printPopupBox($title, $content, $ret=false) { /* {{{ */
|
||||
public function printPopupBox($title, $content, $ret=false) { /* {{{ */
|
||||
$id = md5(uniqid());
|
||||
/*
|
||||
$this->addFooterJS('
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user