mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
d15c63198c
Sort of. This breaks shoelace images due to them not being imported / copied, and not using the CDN
12 lines
369 B
JavaScript
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(); |