tell jQuery to remove $, as EGroupware does NOT use it and it conflicts with eg. mootools

This commit is contained in:
Ralf Becker 2016-06-14 19:05:04 +02:00
parent 4363e7289a
commit 19d35063e4

View File

@ -154,6 +154,9 @@
window.egw_LAB.script(include).wait(function()
{
// tell jQuery to remove $, as EGroupware does NOT use it and it conflicts with eg. mootools
jQuery.noConflict();
// call egw.link_handler, if attr specified
var egw_redirect = egw_script.getAttribute('data-egw-redirect');
if (egw_redirect)