You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a problem with interchange plugin.
Prototype.js has added methods to array. And var "rules" has many keys, that we shouldn't use.
One screenshot you can see that i == 'each' - ERROR
Please check that property is own. if (!rules.hasOwnProperty(i)) continue;
The text was updated successfully, but these errors were encountered:
Hi,
There is a problem with interchange plugin.
Prototype.js has added methods to array. And var "rules" has many keys, that we shouldn't use.
One screenshot you can see that i == 'each' - ERROR
Please check that property is own.
if (!rules.hasOwnProperty(i)) continue;
The text was updated successfully, but these errors were encountered: