Merge pull request #375 from karthikvrao/refactor/dcl_remove_duplicate_script_imports

Task #3545: Remove repeated script imports from dcl's success.html
This commit is contained in:
Pcoder 2017-07-08 00:00:00 +02:00 committed by GitHub
commit 4fe245901f

View file

@ -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 %}