Javascript Methodname is replaced with !==
- by dasheddot
Hey!
On the server lies a html file with javascript code included. This javascript code includes a method called something like "CheckObject".
This file works for all users, except one specific (but important). He gets a javascript error and in his browser sourcode appears something unbelievable: The methodname "CheckObject" is replaced with "Check!==ect", means the "Obj" of the method name is replaced with !==.
Why could that be?
Hope anybody can help me! Best regards