mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 15:25:09 +02:00
calling jQuery.noConflict() as early as possible to NOT occupy $ variable stalling many SiteMgr templates
This commit is contained in:
16
api/js/jquery/jquery.noconflict.js
Normal file
16
api/js/jquery/jquery.noconflict.js
Normal file
@ -0,0 +1,16 @@
|
||||
/**
|
||||
* EGroupware API: switch jQuery to NOT use $ as early as possible
|
||||
*
|
||||
* @link http://www.egroupware.org
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @package api
|
||||
* @subpackage ajax
|
||||
* @author Ralf Becker <rb@stylite.de>
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
/*egw:uses
|
||||
/vendor/bower-asset/jquery/dist/jquery.js;
|
||||
*/
|
||||
|
||||
jQuery.noConflict();
|
Reference in New Issue
Block a user