mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-30 21:47:30 +00:00
get $libraryfolder from view in js()
This commit is contained in:
parent
4a85977874
commit
a7a9bc72a2
|
@ -32,6 +32,7 @@ require_once("class.Bootstrap.php");
|
||||||
class SeedDMS_View_AddDocument extends SeedDMS_Bootstrap_Style {
|
class SeedDMS_View_AddDocument extends SeedDMS_Bootstrap_Style {
|
||||||
|
|
||||||
function js() { /* {{{ */
|
function js() { /* {{{ */
|
||||||
|
$libraryfolder = $this->params['libraryfolder'];
|
||||||
header('Content-Type: application/javascript; charset=UTF-8');
|
header('Content-Type: application/javascript; charset=UTF-8');
|
||||||
?>
|
?>
|
||||||
function checkForm()
|
function checkForm()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user