I learned something today:
console.log
does not work in PHP – as I had expected.console.log
does not throw a PHP error.
Guess who looked through their code wanting to output something for testing purposes and it just didn’t output anything… (Hint: This guy!)