Use jquery.waitforimages from npmjs.com (packaged version is broken)

This commit is contained in:
Pirate Praveen 2020-04-02 20:22:06 +05:30
parent 04bda8531c
commit 4d727aeff8
2 changed files with 6 additions and 5 deletions

3
debian/control vendored
View file

@ -370,7 +370,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
node-jed, node-jed,
node-jquery (>= 3.4~), node-jquery (>= 3.4~),
node-jquery-ujs, node-jquery-ujs,
node-jquery.waitforimages, # Broken
# node-jquery.waitforimages,
node-js-cookie, node-js-cookie,
node-jszip, node-jszip,
node-jszip-utils, node-jszip-utils,

View file

@ -62,7 +62,7 @@
}; };
--- a/package.json --- a/package.json
+++ b/package.json +++ b/package.json
@@ -50,65 +50,36 @@ @@ -50,65 +50,37 @@
"apollo-link": "^1.2.11", "apollo-link": "^1.2.11",
"apollo-link-batch-http": "^1.2.11", "apollo-link-batch-http": "^1.2.11",
"apollo-upload-client": "^10.0.0", "apollo-upload-client": "^10.0.0",
@ -108,7 +108,7 @@
- "jquery": "^3.4.1", - "jquery": "^3.4.1",
- "jquery-ujs": "1.2.2", - "jquery-ujs": "1.2.2",
"jquery.caret": "^0.3.1", "jquery.caret": "^0.3.1",
- "jquery.waitforimages": "^2.2.0", "jquery.waitforimages": "^2.2.0",
- "js-cookie": "^2.1.3", - "js-cookie": "^2.1.3",
- "jszip": "^3.1.3", - "jszip": "^3.1.3",
- "jszip-utils": "^0.0.2", - "jszip-utils": "^0.0.2",
@ -128,7 +128,7 @@
"raphael": "^2.2.7", "raphael": "^2.2.7",
"raw-loader": "^3.1.0", "raw-loader": "^3.1.0",
"sanitize-html": "^1.20.0", "sanitize-html": "^1.20.0",
@@ -121,13 +92,9 @@ @@ -121,13 +93,9 @@
"svg4everybody": "2.1.9", "svg4everybody": "2.1.9",
"swagger-ui-dist": "^3.24.3", "swagger-ui-dist": "^3.24.3",
"three": "^0.84.0", "three": "^0.84.0",
@ -142,7 +142,7 @@
"url-loader": "^2.1.0", "url-loader": "^2.1.0",
"visibilityjs": "^1.2.4", "visibilityjs": "^1.2.4",
"vue": "^2.6.10", "vue": "^2.6.10",
@@ -137,13 +104,7 @@ @@ -137,13 +105,7 @@
"vue-template-compiler": "^2.6.10", "vue-template-compiler": "^2.6.10",
"vue-virtual-scroll-list": "^1.4.4", "vue-virtual-scroll-list": "^1.4.4",
"vuedraggable": "^2.23.0", "vuedraggable": "^2.23.0",