Adding global JS to template

pull/59/head
Michael Jett 13 years ago
parent 897e6e85d3
commit 57ebb7d287

@ -1,2 +1,10 @@
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="resources/boostrap2/js/bootstrap.min.js"></script>
<script src="resources/js/app.js"></script>
<script src="resources/js/tmpl.js"></script>
</body>
</html>
Loading…
Cancel
Save