egroupware_official/api/js/jquery/jquery.noconflict.js
nathan d15c63198c Docs: Get the ETemplate2 webComponent widets working on doc site
Sort of.  This breaks shoelace images due to them not being imported / copied, and not using the CDN
2023-10-27 11:50:51 -06:00

12 lines
369 B
JavaScript

/**
* 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@egroupware.org>
*/
import "../../../vendor/bower-asset/jquery/dist/jquery.min.js";
jQuery.noConflict();