From 7074f30ddfecc26cfaa13c5de576a1ab38aa7f89 Mon Sep 17 00:00:00 2001
From: Kálmán Viktor <kviktor@cloud.bme.hu>
Date: Mon, 3 Nov 2014 12:12:29 +0100
Subject: [PATCH] dashboard: remove leftover script tags

---
 circle/dashboard/templates/dashboard/index.html        | 5 -----
 circle/dashboard/templates/dashboard/nojs-wrapper.html | 6 ------
 2 files changed, 11 deletions(-)

diff --git a/circle/dashboard/templates/dashboard/index.html b/circle/dashboard/templates/dashboard/index.html
index 130a0c3..f73eeab 100644
--- a/circle/dashboard/templates/dashboard/index.html
+++ b/circle/dashboard/templates/dashboard/index.html
@@ -44,8 +44,3 @@
   </div>
 </div>
 {% endblock %}
-
-{% block extra_js %}
-<script src="{% static "dashboard/vm-create.js" %}"></script>
-<script src="{% static "dashboard/node-create.js" %}"></script>
-{% endblock %}
diff --git a/circle/dashboard/templates/dashboard/nojs-wrapper.html b/circle/dashboard/templates/dashboard/nojs-wrapper.html
index f71e1aa..7ec7b87 100644
--- a/circle/dashboard/templates/dashboard/nojs-wrapper.html
+++ b/circle/dashboard/templates/dashboard/nojs-wrapper.html
@@ -15,9 +15,3 @@
     </div>
   </div>
 {% endblock %}
-
-{% block extra_js %}
-  {% if template == "dashboard/_vm-create-1.html" or template == "dashboard/_vm-create-2.html" %}
-    <script src="{% static "dashboard/vm-create.js" %}"></script>
-  {% endif %}
-{% endblock %}
--
libgit2 0.26.0