ajax script is automatically added when a script is added
This commit is contained in:
@@ -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";
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user