include jquery and other legacy js files via script tag

This commit is contained in:
Ralf Becker
2021-06-10 11:38:54 +02:00
parent 40cac6f964
commit 5298336886
33 changed files with 458 additions and 514 deletions

View File

@ -5,13 +5,16 @@
* @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$
* @author Ralf Becker <rb@egroupware.org>
*/
/*egw:uses
/vendor/bower-asset/jquery/dist/jquery.js;
/vendor/bower-asset/jquery-ui/jquery-ui.js;
/api/js/jquery/chosen/chosen.jquery.js;
/api/js/jquery/jquery-tab-and-hold/jquery.tabandhold.js;
/api/js/jquery/mousewheel/mousewheel.js;
/api/js/jquery/jquery-ui-timepicker-addon.js;
/vendor/bower-asset/jquery-touchswipe/jquery.touchSwipe.js;
*/
import '../../../vendor/bower-asset/jquery/dist/jquery.js';
jQuery.noConflict();