Skip to content

Commit

Permalink
other_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
FVANCOP committed Oct 26, 2015
1 parent e15295c commit 7e7fda1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Samples/bootstrap.html
Expand Up @@ -4,9 +4,9 @@
<title>Bootstrap Case</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="../other_modules/bootstrap.min.css">
<script src="../other_modules/jquery.min.js"></script>
<script src="../other_modules/bootstrap.min.js"></script>
<script src='../ChartNew.js'></script>
<script src='../Add-ins/bootstrap_ChartNew.js'></script>

Expand Down
2 changes: 1 addition & 1 deletion other_modules/bootstrap.min.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions other_modules/bootstrap.min.js

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions other_modules/jquery.min.js

Large diffs are not rendered by default.

0 comments on commit 7e7fda1

Please sign in to comment.