From b07050095ded66b95de9f501b615d6ec477fe198 Mon Sep 17 00:00:00 2001 From: mntmn Date: Thu, 9 Apr 2020 19:11:06 +0200 Subject: [PATCH] remove production/development distinction for javascripts --- views/spacedeck.html | 65 ++++++++++++++++++++------------------------ 1 file changed, 30 insertions(+), 35 deletions(-) diff --git a/views/spacedeck.html b/views/spacedeck.html index 19f39a6..4c08739 100644 --- a/views/spacedeck.html +++ b/views/spacedeck.html @@ -28,44 +28,40 @@ }; - {% if process.env.NODE_ENV == "production" %} - - {% else %} - - - + + + - - - - - - + + + + + + - - - - - - - + + + + + + + - - - - - - - - - - - + + + + + + + + + + + - - - - {% endif %} + + + @@ -83,7 +79,6 @@ {% include "./partials/modal/folder-settings.html" %} {% include "./partials/modal/support.html" %} {% include "./partials/modal/login.html" %} - {% include "./partials/modal/pdfoptions.html" %}