Skip to content

Commit

Permalink
updated bootstrap to 2.3.2, jquery to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jlambert121 committed Aug 16, 2013
1 parent 77ec859 commit d6a682d
Show file tree
Hide file tree
Showing 9 changed files with 6,810 additions and 5,776 deletions.
1,109 changes: 1,109 additions & 0 deletions static/bootstrap/css/bootstrap-responsive.css

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions static/bootstrap/css/bootstrap-responsive.min.css

Large diffs are not rendered by default.

8,159 changes: 4,319 additions & 3,840 deletions static/bootstrap/css/bootstrap.css

Large diffs are not rendered by default.

816 changes: 4 additions & 812 deletions static/bootstrap/css/bootstrap.min.css

Large diffs are not rendered by default.

2,476 changes: 1,359 additions & 1,117 deletions static/bootstrap/js/bootstrap.js

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions static/bootstrap/js/bootstrap.min.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions static/jquery-1.8.1.min.js

This file was deleted.

6 changes: 6 additions & 0 deletions static/jquery-2.0.3.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion views/layout.erb
Expand Up @@ -28,7 +28,7 @@
<%= yield %>
</div>
<!-- Placed at the end of the document so the pages load faster -->
<script src="/jquery-1.8.1.min.js" type="text/javascript"></script>
<script src="/jquery-2.0.3.min.js" type="text/javascript"></script>
<script src="/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
</body>
</html>

0 comments on commit d6a682d

Please sign in to comment.