richards@kentico.com wrote: If it doesn not help in any way than there is one more thing to do - loop through all your custom libraries, removing them and checking which one is exactly causig this issue. When you know the exact source of this error you may do something about it (like choosing a different addon).
I did that, and the source of the problem is an external library we are including in our Master template:
http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.9.1.min.js
Because this file is hosted externally, we cannot insert the NoConflict() statement into it. We also need it.
You may ask why we don't just use the JQuery library shipped with Kentico, but that library is out of date (v1.7.2, as opposed to v1.9.1 that we wish to use).
So, how can we handle externally referenced libraries where inserting the NoConflict command is not an option?