mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-12 19:14:57 +01:00
68155251fa
thought jQueryUI-tooltip is still broken and we either need to legacy-load jQuery(UI) or fix the tooltip
11 lines
305 B
JavaScript
11 lines
305 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>
|
|
*/
|
|
|
|
jQuery.noConflict(); |