ajax script is automatically added when a script is added

This commit is contained in:
asus
2024-02-11 18:17:05 +01:00
parent 87a0f7fc0b
commit 322e440422
6 changed files with 94 additions and 48 deletions

View File

@@ -11,9 +11,12 @@ const CONSOLE_OFF = true;
*/
const CONSOLE_OFF = false;
/* switch console_log
const CONSOLE_OFF = true;
/* a variable that will contain the name of the first script enqueued
*/
$first_script = null;
/* path to ajax.js file, from root of js dir
*/
$ajax_file = "utils/ajax.js";
?>