I’m getting this error in the console when my mod nkknkn
is embedded on a page:
Uncaught TypeError: Cannot read property 'userAgent' of undefined at anymod.com.toolkit.js:1
for this line of code:
return /msie [6-9]\b/.test(self.navigator.userAgent.toLowerCase())
Is that an internal error or am I doing something wrong?