Revision 608
Added by Matthias over 17 years ago
| jsadmin.php | ||
|---|---|---|
| 51 | 51 | } | 
| 52 | 52 |  | 
| 53 | 53 | // the follwing variables to use and check existing the YUI | 
| 54 | $YUI_PATH = WB_URL.'/include/yui';
 | |
| 54 | $YUI_PATH = '../../include/yui';
 | |
| 55 | 55 | $js_yui_min = "-min"; // option for smaller code so faster | 
| 56 | 56 | $js_yui_scripts = Array(); | 
| 57 | 57 | $js_yui_scripts[] = $YUI_PATH.'/yahoo/yahoo'.$js_yui_min.'.js'; | 
Also available in: Unified diff
fixed bug in Javascript Admin module