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

@ -1,8 +1,6 @@
/*! jQuery Timepicker Addon - v1.6.1 - 2015-11-14
* http://trentrichardson.com/examples/timepicker
* Copyright (c) 2015 Trent Richardson; Licensed MIT */
import '../../../vendor/bower-asset/jquery/dist/jquery.js';
import '../../../vendor/bower-asset/jquery-ui/jquery-ui.js';
(function (factory) {
if (typeof define === 'function' && define.amd) {
define(['jquery', 'jquery-ui'], factory);