* [gentoo-commits] repo/gentoo:master commit in: www-apps/nextcloud/files/
@ 2019-02-18 14:13 Bernard Cafarelli
0 siblings, 0 replies; only message in thread
From: Bernard Cafarelli @ 2019-02-18 14:13 UTC (permalink / raw
To: gentoo-commits
commit: 3d694084da6048417bd9ea34ced83f43c0f98b8d
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Feb 16 19:37:54 2019 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Feb 18 14:12:59 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d694084
www-apps/nextcloud: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
...extcloud-12.0.4-destroy_modal_when_closed.patch | 26 ----------------------
1 file changed, 26 deletions(-)
diff --git a/www-apps/nextcloud/files/nextcloud-12.0.4-destroy_modal_when_closed.patch b/www-apps/nextcloud/files/nextcloud-12.0.4-destroy_modal_when_closed.patch
deleted file mode 100644
index ca63cb6db40..00000000000
--- a/www-apps/nextcloud/files/nextcloud-12.0.4-destroy_modal_when_closed.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 75bc40f7a08e11fc115e4986bb45fc314d49632a Mon Sep 17 00:00:00 2001
-From: Thomas Bille <thomas.bille625@gmail.com>
-Date: Mon, 10 Jul 2017 14:33:41 +0200
-Subject: [PATCH] Destroy modal when closed
-
-Signed-off-by: Thomas Bille <contact@tbille.fr>
----
- core/js/jquery.ocdialog.js | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/core/js/jquery.ocdialog.js b/core/js/jquery.ocdialog.js
-index 555b35e59ff..f3a54119e78 100644
---- a/core/js/jquery.ocdialog.js
-+++ b/core/js/jquery.ocdialog.js
-@@ -212,8 +212,10 @@
- // Ugly hack to catch remaining keyup events.
- setTimeout(function() {
- self._trigger('close', self);
-- self.$dialog.hide();
- }, 200);
-+
-+ self.$dialog.remove();
-+ this.destroy();
- },
- destroy: function() {
- if(this.$title) {
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-02-18 14:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-18 14:13 [gentoo-commits] repo/gentoo:master commit in: www-apps/nextcloud/files/ Bernard Cafarelli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox