From 3a673bdbac5b9da2147d829ae21bad870e7c72c2 Mon Sep 17 00:00:00 2001
From: Karthik Rao <karthikrao@Karthiks-MacBook-Air.local>
Date: Wed, 5 Jul 2017 21:03:54 +0530
Subject: [PATCH] Remove repeated script imports from dcl's success.html

---
 datacenterlight/templates/datacenterlight/success.html | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/datacenterlight/templates/datacenterlight/success.html b/datacenterlight/templates/datacenterlight/success.html
index 4cbee12a..15592201 100644
--- a/datacenterlight/templates/datacenterlight/success.html
+++ b/datacenterlight/templates/datacenterlight/success.html
@@ -12,7 +12,6 @@
 		</div>
 
 	</div>
-    <script src="{% static 'datacenterlight/js/jquery.js' %}"></script>
 
 <script type="text/javascript">
       window.onload=function(){
@@ -30,11 +29,4 @@
        };
 </script>
 
-    <script src="//cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.5.4/bootstrap-select.js"></script>
-
-    <!-- Bootstrap Core JavaScript -->
-    <script src="{% static 'datacenterlight/js/bootstrap.min.js' %}"></script>
-    <script src="{% static 'datacenterlight/js/main.js' %}"></script>
-
-
 {% endblock %}
\ No newline at end of file