Noalyss_debug.js available if debug level > 0
This commit is contained in:
parent
5527d4f053
commit
160490215d
1 changed files with 1 additions and 1 deletions
|
|
@ -2785,7 +2785,7 @@ EOF;
|
||||||
echo js_include('noalyss_checkbox.js');
|
echo js_include('noalyss_checkbox.js');
|
||||||
echo js_include('tinymce/tinymce.min.js');
|
echo js_include('tinymce/tinymce.min.js');
|
||||||
|
|
||||||
if (DEBUGNOALYSS > 1) {
|
if (DEBUGNOALYSS > 0) {
|
||||||
echo js_include('noalyss_debug.js');
|
echo js_include('noalyss_debug.js');
|
||||||
}
|
}
|
||||||
echo '<script src="export.php?loadjs=message" type="text/javascript" charset="utf-8"></script>';
|
echo '<script src="export.php?loadjs=message" type="text/javascript" charset="utf-8"></script>';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue