Skip to content

Commit 9d39bd2

Browse files
committed
Adding jquery back in for bootstrap, see phetsims/sherpa#93
1 parent 74f04a7 commit 9d39bd2

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

examples/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
<!-- Before loading other things (that might error), create hooks to report errors/loads for continuous testing -->
1414
<script src="../../chipper/js/browser/sim-tests/pageload-connector.js"></script>
1515

16+
<!-- jQuery required for bootstrap -->
17+
<script src="../../sherpa/lib/jquery-2.1.0.min.js"></script>
18+
1619
<!-- For the styling -->
1720
<script src="../../sherpa/lib/bootstrap-2.2.2.js"></script>
1821

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
<!-- Before loading other things (that might error), create hooks to report errors/loads for continuous testing -->
1414
<script src="../chipper/js/browser/sim-tests/pageload-connector.js"></script>
1515

16+
<!-- jQuery required for bootstrap -->
17+
<script src="../sherpa/lib/jquery-2.1.0.min.js"></script>
18+
1619
<!-- For the styling -->
1720
<script src="../sherpa/lib/bootstrap-2.2.2.js"></script>
1821

tests/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
<!-- Before loading other things (that might error), create hooks to report errors/loads for continuous testing -->
1414
<script src="../../chipper/js/browser/sim-tests/pageload-connector.js"></script>
1515

16+
<!-- jQuery required for bootstrap -->
17+
<script src="../../sherpa/lib/jquery-2.1.0.min.js"></script>
18+
1619
<!-- For the styling -->
1720
<script src="../../sherpa/lib/bootstrap-2.2.2.js"></script>
1821

0 commit comments

Comments
 (0)