mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
tell jQuery to remove $, as EGroupware does NOT use it and it conflicts with eg. mootools
This commit is contained in:
parent
4363e7289a
commit
19d35063e4
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user