get $libraryfolder from view in js()

This commit is contained in:
Uwe Steinmann 2016-03-18 16:38:36 +01:00
parent 4a85977874
commit a7a9bc72a2

View File

@ -32,6 +32,7 @@ require_once("class.Bootstrap.php");
class SeedDMS_View_AddDocument extends SeedDMS_Bootstrap_Style {
function js() { /* {{{ */
$libraryfolder = $this->params['libraryfolder'];
header('Content-Type: application/javascript; charset=UTF-8');
?>
function checkForm()