Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 607)
+++ trunk/CHANGELOG	(revision 608)
@@ -15,6 +15,7 @@
 !	changed WYSIWYG content field from text to longtext (allows more than 65'534 characters) 
 +	Added Javascript Admin module (developed by Stepan Riha, adapted for WB2.7 by Swen Uth)
 26-Jan-2008 Matthias Gallas
+#	fixed bug in Javascript Admin module
 +	Added new language files
 +	Added keywords to files where they are missing
 26-Jan-2008 Thomas Hornik
Index: trunk/wb/modules/jsadmin/jsadmin.php
===================================================================
--- trunk/wb/modules/jsadmin/jsadmin.php	(revision 607)
+++ trunk/wb/modules/jsadmin/jsadmin.php	(revision 608)
@@ -51,7 +51,7 @@
 }
 
 // the follwing variables to use and check existing the YUI
-$YUI_PATH = WB_URL.'/include/yui';
+$YUI_PATH = '../../include/yui';
 $js_yui_min = "-min";  // option for smaller code so faster
 $js_yui_scripts = Array();
 $js_yui_scripts[] = $YUI_PATH.'/yahoo/yahoo'.$js_yui_min.'.js';
