JA Magz – Version 1.1.2
ja_magz/js/script.js
***
Hi there,
in line 704 the variables social, user and search are used in an if-statement but not tested whether they had been defined in advance. That causes an error (in my case) and the whole javascript execution stops. only on mobile browsers, because it’s only executed there. all following javascript code is not executed.
if I comment out this part of the if-statement and leave only if(sidenav.length), the javascript execution is running properly again. so either a check or the removal of these condition statements would be appropriate.
Thanks in advance.
Regards,
Karsten Dietrich