Remove the rest of the redundant type="text/javascript" attributes which I forgot to remove.
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user