Skip to content

Commit

Permalink
Merge pull request filamentgroup#27 from katranci/master
Browse files Browse the repository at this point in the history
Fix jQuery load path in demos
  • Loading branch information
zachleat committed Jul 3, 2014
2 parents 20e2aaf + cc87255 commit d8f1b21
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demos/demo-opt-out-native.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ <h2>Header Level 2</h2>
<li>Aliquam tincidunt mauris eu risus.</li>
</ol>

<script src="../bower_components/jquery/jquery.js"></script>
<script src="../bower_components/jquery/dist/jquery.js"></script>
<script src="../bower_components/filament-fixed/fixedfixed.js"></script>
<script src="../fixedsticky.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-sticky-starts-at-top.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ <h2>Header Level 2</h2>
<li>Aliquam tincidunt mauris eu risus.</li>
</ol>

<script src="../bower_components/jquery/jquery.js"></script>
<script src="../bower_components/jquery/dist/jquery.js"></script>
<script src="../bower_components/filament-fixed/fixedfixed.js"></script>
<script src="../fixedsticky.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-top-and-bottom.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ <h2>Header Level 2</h2>
<li>Aliquam tincidunt mauris eu risus.</li>
</ol>

<script src="../bower_components/jquery/jquery.js"></script>
<script src="../bower_components/jquery/dist/jquery.js"></script>
<script src="../bower_components/filament-fixed/fixedfixed.js"></script>
<script src="../fixedsticky.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion demos/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h2>Header Level 2</h2>
<li>Aliquam tincidunt mauris eu risus.</li>
</ol>

<script src="../bower_components/jquery/jquery.js"></script>
<script src="../bower_components/jquery/dist/jquery.js"></script>
<script src="../bower_components/filament-fixed/fixedfixed.js"></script>
<script src="../fixedsticky.js"></script>
<script>
Expand Down

0 comments on commit d8f1b21

Please sign in to comment.