From 2df6b8023dd79db8eb100ea6c9e85f2278bcc278 Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Thu, 30 Apr 2020 22:39:23 +0200 Subject: [PATCH] remove notie --- static/package-lock.json | 5 ----- static/package.json | 1 - templates/base.html | 11 ----------- 3 files changed, 17 deletions(-) diff --git a/static/package-lock.json b/static/package-lock.json index f94137bf..59d2b610 100644 --- a/static/package-lock.json +++ b/static/package-lock.json @@ -91,11 +91,6 @@ "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.1.tgz", "integrity": "sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw==" }, - "notie": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/notie/-/notie-4.3.1.tgz", - "integrity": "sha1-DRmd4VEwJC4hZ1UHq6Y8aSngrdo=" - }, "popper.js": { "version": "1.16.1", "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz", diff --git a/static/package.json b/static/package.json index c2628ef7..4dedbbae 100644 --- a/static/package.json +++ b/static/package.json @@ -20,7 +20,6 @@ "bootbox": "^5.4.0", "font-awesome": "^4.7.0", "intro.js": "^2.9.3", - "notie": "^4.3.1", "qrious": "^4.0.2", "toastr": "^2.1.4", "vue": "^2.6.11" diff --git a/templates/base.html b/templates/base.html index d4f8a334..042e7c0f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -42,11 +42,6 @@ - - - - @@ -147,12 +142,6 @@ } {% endif %} - // the modal does not get close when user clicks outside of modal - // necessary for obligatory modal such as the one displayed when user enable/display email forwarding - notie.setOptions({ - overlayClickDismiss: false, - }); - // default options for bootbox bootbox.setDefaults({ closeButton: false,