Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
using minified js
Browse files Browse the repository at this point in the history
  • Loading branch information
fayderflorez committed Oct 18, 2013
1 parent d0fdcb8 commit 91b1fcb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/main/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,9 @@ <h4>Oh snap!</h4>
</div>
</div>

<script type="text/javascript"
src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script
src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="js/restcountries.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="js/restcountries.min.js"></script>
<!-- Start of StatCounter Code for Default Guide -->
<script type="text/javascript">
var sc_project=9331839;
Expand Down
1 change: 1 addition & 0 deletions src/main/webapp/js/restcountries.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 91b1fcb

Please sign in to comment.