From e97ee14b656cbc1061b9dc8f3218f34665f8eade Mon Sep 17 00:00:00 2001 From: Hendrik Borras Date: Sat, 14 Oct 2017 17:15:48 +0200 Subject: [PATCH] Disable interfering java script libs --- frontend/templates/c3pyo.html | 18 ------------------ frontend/templates/cosmic_base.html | 3 ++- frontend/templates/dashboard.html | 6 +++--- 3 files changed, 5 insertions(+), 22 deletions(-) delete mode 100644 frontend/templates/c3pyo.html diff --git a/frontend/templates/c3pyo.html b/frontend/templates/c3pyo.html deleted file mode 100644 index 089d6c6..0000000 --- a/frontend/templates/c3pyo.html +++ /dev/null @@ -1,18 +0,0 @@ - - - - - HSEP Simulator Analysis - - - - - - -
- - - - \ No newline at end of file diff --git a/frontend/templates/cosmic_base.html b/frontend/templates/cosmic_base.html index 4c9896b..00747ee 100644 --- a/frontend/templates/cosmic_base.html +++ b/frontend/templates/cosmic_base.html @@ -88,7 +88,8 @@ - + + + {% endblock %} \ No newline at end of file