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