From 5e1b9533eed98da03a06cd06bb13c8143b7fc91e Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 13 Oct 2010 18:58:46 +0200 Subject: load minified javascript if debug mode is off; add minified version (generated with "yuicompressor --nomunge") of jstree --- src/SemanticScuttle/constants.php | 1 + 1 file changed, 1 insertion(+) (limited to 'src/SemanticScuttle/constants.php') diff --git a/src/SemanticScuttle/constants.php b/src/SemanticScuttle/constants.php index c76f7b2..b023840 100644 --- a/src/SemanticScuttle/constants.php +++ b/src/SemanticScuttle/constants.php @@ -45,6 +45,7 @@ if (!isset($GLOBALS['root'])) { } else { define('ROOT', $GLOBALS['root']); } +define('ROOT_JS', ROOT . 'js/jstree-1.0-rc2/'); // Error codes define('GENERAL_MESSAGE', 200); -- cgit v1.2.3