forked from extern/egroupware
Remove couple of more jquery import statements
This commit is contained in:
parent
c51275fde3
commit
0730d4880e
@ -11,8 +11,6 @@
|
||||
/*egw:uses
|
||||
/api/js/jsapi/egw_app.js
|
||||
*/
|
||||
import 'jquery';
|
||||
import 'jqueryui';
|
||||
import { EgwApp } from '../../api/js/jsapi/egw_app';
|
||||
import { et2_nextmatch } from "../../api/js/etemplate/et2_extension_nextmatch";
|
||||
/**
|
||||
|
@ -13,9 +13,6 @@
|
||||
/api/js/jsapi/egw_app.js
|
||||
*/
|
||||
|
||||
import 'jquery';
|
||||
import 'jqueryui';
|
||||
|
||||
import {EgwApp, PushData} from '../../api/js/jsapi/egw_app';
|
||||
import {etemplate2} from "../../api/js/etemplate/etemplate2";
|
||||
import {et2_nextmatch} from "../../api/js/etemplate/et2_extension_nextmatch";
|
||||
|
@ -11,8 +11,6 @@
|
||||
/*egw:uses
|
||||
/api/js/jsapi/egw_app.js
|
||||
*/
|
||||
import 'jquery';
|
||||
import 'jqueryui';
|
||||
import { EgwApp } from '../../api/js/jsapi/egw_app';
|
||||
import { etemplate2 } from "../../api/js/etemplate/etemplate2";
|
||||
import { et2_dialog } from "../../api/js/etemplate/et2_widget_dialog";
|
||||
|
@ -13,9 +13,6 @@
|
||||
/api/js/jsapi/egw_app.js
|
||||
*/
|
||||
|
||||
import 'jquery';
|
||||
import 'jqueryui';
|
||||
|
||||
import {EgwApp, PushData} from '../../api/js/jsapi/egw_app';
|
||||
import {etemplate2} from "../../api/js/etemplate/etemplate2";
|
||||
import {et2_dialog} from "../../api/js/etemplate/et2_widget_dialog";
|
||||
|
@ -18,7 +18,6 @@ import { ClassWithAttributes } from "./et2_core_inheritance";
|
||||
import { et2_evalBool, et2_no_init } from "./et2_core_common";
|
||||
import { et2_url } from "./et2_widget_url";
|
||||
import { egw } from "../jsapi/egw_global";
|
||||
import "../../../vendor/egroupware/magicsuggest/magicsuggest.js";
|
||||
/**
|
||||
* Tag list widget
|
||||
*
|
||||
|
@ -21,8 +21,6 @@ import {et2_IResizeable} from "./et2_core_interfaces";
|
||||
import {et2_evalBool, et2_no_init} from "./et2_core_common";
|
||||
import {et2_url} from "./et2_widget_url";
|
||||
import {egw} from "../jsapi/egw_global";
|
||||
import "../../../vendor/egroupware/magicsuggest/magicsuggest.js";
|
||||
|
||||
/**
|
||||
* Tag list widget
|
||||
*
|
||||
|
@ -113,7 +113,7 @@
|
||||
|
||||
this.SelectParser = SelectParser;
|
||||
|
||||
}).call(window);
|
||||
}).call(this);
|
||||
|
||||
(function() {
|
||||
var AbstractChosen, root;
|
||||
@ -458,9 +458,9 @@
|
||||
|
||||
root.AbstractChosen = AbstractChosen;
|
||||
|
||||
}).call(window);
|
||||
}).call(this);
|
||||
|
||||
(function(jQuery) {
|
||||
(function() {
|
||||
var $, Chosen, root, _ref,
|
||||
__hasProp = {}.hasOwnProperty,
|
||||
__extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; };
|
||||
@ -1211,4 +1211,4 @@
|
||||
|
||||
root.Chosen = Chosen;
|
||||
|
||||
}).call(window, jQuery);
|
||||
}).call(this);
|
||||
|
@ -11,8 +11,6 @@
|
||||
|
||||
'use strict';
|
||||
|
||||
import '../../vendor/bower-asset/jquery/dist/jquery.js';
|
||||
|
||||
/**
|
||||
* Installs app.notifications used to poll notifications from server and display them
|
||||
*/
|
||||
|
@ -10,8 +10,6 @@
|
||||
/*egw:uses
|
||||
/api/js/jsapi/egw_app.js
|
||||
*/
|
||||
import 'jquery';
|
||||
import 'jqueryui';
|
||||
import '../../api/js/jsapi/egw_global';
|
||||
import { EgwApp } from '../../api/js/jsapi/egw_app';
|
||||
/**
|
||||
|
@ -11,9 +11,6 @@
|
||||
/*egw:uses
|
||||
/api/js/jsapi/egw_app.js
|
||||
*/
|
||||
|
||||
import 'jquery';
|
||||
import 'jqueryui';
|
||||
import '../../api/js/jsapi/egw_global';
|
||||
|
||||
import {EgwApp} from '../../api/js/jsapi/egw_app';
|
||||
|
Loading…
Reference in New Issue
Block a user