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

Commit

Permalink
Merge pull request #71 from NuCivic/fix-uncaught-error-jquery
Browse files Browse the repository at this point in the history
Fix Boostrap requires JQuery Error.
  • Loading branch information
topicus authored Apr 10, 2017
2 parents a7d2c05 + 835b110 commit dc0e35d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
<title></title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
</head>
Expand All @@ -22,4 +23,4 @@ <h1>Examples</h1>
</div>

</body>
</html>
</html>

0 comments on commit dc0e35d

Please sign in to comment.