Javascript add document.noalyss_debug global variable

This commit is contained in:
sparkyx 2024-11-15 21:04:28 +01:00
parent 8804860044
commit 096db515f1
4 changed files with 30 additions and 6 deletions

View file

@ -2784,7 +2784,9 @@ EOF;
echo js_include('acc_currency.js');
echo js_include('taggroup.js');
echo js_include('noalyss_checkbox.js');
if (DEBUGNOALYSS > 1) {
echo js_include('noalyss_debug.js');
}
}
/**