changed add_var_to_front back to using add_inline instead as localize, because need to not overwrite the variables
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
|
||||
const title3 = document.querySelector(".third_el_to_change");
|
||||
title3.innerHTML = "--- bye bye, " + php_data.myvar_2;
|
||||
console.log(php_data.myvar_2);
|
||||
title3.innerHTML = "--- bye bye, " + myvar_2;
|
||||
console.log(myvar_2);
|
||||
|
||||
Reference in New Issue
Block a user