From f5a6adc43b4c81460bb5460ce8c38d6b740a07db Mon Sep 17 00:00:00 2001 From: mntmn Date: Thu, 9 Apr 2020 21:46:23 +0200 Subject: [PATCH 1/2] remove unused modals --- views/partials/modal/create-space.html | 35 ----------- views/partials/modal/login.html | 84 -------------------------- views/partials/modal/pdfoptions.html | 36 ----------- views/partials/modal/space-share.html | 24 -------- views/partials/modal/support.html | 31 ---------- views/spacedeck.html | 2 - 6 files changed, 212 deletions(-) delete mode 100644 views/partials/modal/create-space.html delete mode 100644 views/partials/modal/login.html delete mode 100644 views/partials/modal/pdfoptions.html delete mode 100644 views/partials/modal/space-share.html delete mode 100644 views/partials/modal/support.html diff --git a/views/partials/modal/create-space.html b/views/partials/modal/create-space.html deleted file mode 100644 index 28397cb..0000000 --- a/views/partials/modal/create-space.html +++ /dev/null @@ -1,35 +0,0 @@ - diff --git a/views/partials/modal/login.html b/views/partials/modal/login.html deleted file mode 100644 index bebac28..0000000 --- a/views/partials/modal/login.html +++ /dev/null @@ -1,84 +0,0 @@ - diff --git a/views/partials/modal/pdfoptions.html b/views/partials/modal/pdfoptions.html deleted file mode 100644 index 409f46b..0000000 --- a/views/partials/modal/pdfoptions.html +++ /dev/null @@ -1,36 +0,0 @@ - diff --git a/views/partials/modal/space-share.html b/views/partials/modal/space-share.html deleted file mode 100644 index a9f5911..0000000 --- a/views/partials/modal/space-share.html +++ /dev/null @@ -1,24 +0,0 @@ - diff --git a/views/partials/modal/support.html b/views/partials/modal/support.html deleted file mode 100644 index 8f8306b..0000000 --- a/views/partials/modal/support.html +++ /dev/null @@ -1,31 +0,0 @@ - diff --git a/views/spacedeck.html b/views/spacedeck.html index 4c08739..218c5e8 100644 --- a/views/spacedeck.html +++ b/views/spacedeck.html @@ -77,8 +77,6 @@ {% include "./partials/modal/access.html" %} {% include "./partials/modal/folder-settings.html" %} - {% include "./partials/modal/support.html" %} - {% include "./partials/modal/login.html" %}