mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
tell jQuery to remove $, as EGroupware does NOT use it and it conflicts with eg. mootools
This commit is contained in:
parent
9b628144fa
commit
9d12c2a9a5
@ -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