Moving static content to resources folder

pull/59/head
Michael Jett 2012-02-17 16:40:53 -05:00
parent 2ae493221a
commit 961b772061
36 changed files with 7 additions and 7 deletions

View File

@ -11,13 +11,13 @@
<script src="vendor/qunit.js"></script>
<!-- plugin sources -->
<script src="../../js/bootstrap-alerts.js"></script>
<script src="../../js/bootstrap-dropdown.js"></script>
<script src="../../js/bootstrap-modal.js"></script>
<script src="../../js/bootstrap-tabs.js"></script>
<script src="../../js/bootstrap-twipsy.js"></script>
<script src="../../js/bootstrap-popover.js"></script>
<script src="../../js/bootstrap-buttons.js"></script>
<script src="../bootstrap-alerts.js"></script>
<script src="../bootstrap-dropdown.js"></script>
<script src="../bootstrap-modal.js"></script>
<script src="../bootstrap-tabs.js"></script>
<script src="../bootstrap-twipsy.js"></script>
<script src="../bootstrap-popover.js"></script>
<script src="../bootstrap-buttons.js"></script>
<!-- unit tests -->
<script src="unit/bootstrap-alerts.js"></script>

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB