Closed ctf0 closed 7 years ago
change the namespace in javascript.php under config folder to whatever you need it to be. Worked for me
have u checked the devtools console ?, without the above way around u should get an error
I got that error and then declaring the namespace in javascript.php fixed the issue. The issue i have now is the variable value is escaped when rendered in the html and does not look like a json string.
currently if we used any other namespace than window we would get
Uncaught ReferenceError: namespace_name is not defined
so to fix that we would use
so now everything works as expected and no more errors.