Remove the rest of the redundant type="text/javascript" attributes which I forgot to remove.

This commit is contained in:
László Monda
2016-03-22 21:14:16 +01:00
parent b2757fb56c
commit e5a65f2ad2

View File

@@ -28,11 +28,11 @@
</div> </div>
</div> </div>
<script type="text/javascript" src="node_modules/jquery/dist/jquery.min.js"></script> <script src="node_modules/jquery/dist/jquery.min.js"></script>
<script type="text/javascript" src="bower_components/handlebars/handlebars.js"></script> <script src="bower_components/handlebars/handlebars.js"></script>
<script type="text/javascript" src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script> <script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
<script type="text/javascript" src="bower_components/select2/dist/js/select2.min.js"></script> <script src="bower_components/select2/dist/js/select2.min.js"></script>
<script type="text/javascript" src="script.js"></script> <script src="script.js"></script>
<!-- <!--
Handlebars templates for the common parts of the popover. Handlebars templates for the common parts of the popover.