calling jQuery.noConflict() as early as possible to NOT occupy $ variable stalling many SiteMgr templates

This commit is contained in:
Ralf Becker
2016-06-15 08:54:12 +02:00
parent d40a3aa34f
commit 2857511ac9
4 changed files with 19 additions and 0 deletions

View 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();