Skip to content

Commit

Permalink
Use absolute path for tether
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Hwang committed Jul 19, 2015
1 parent 044b4d2 commit fb6dfdf
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/welcome/browser-demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
</div>

<!-- Tether javascript -->
<script src="/dist/js/tether.min.js"></script>
<script src="//github.hubspot.com/tether/dist/js/tether.min.js"></script>

<!-- Welcome docs javascript -->
<script src="/docs/welcome/js/log.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion examples/content-visible/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</div>
</div>

<script src="/tether/dist/js/tether.js"></script>
<script src="//github.hubspot.com/tether/dist/js/tether.js"></script>
<script>
new Tether({
element: '.element',
Expand Down
2 changes: 1 addition & 1 deletion examples/dolls/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<link rel="stylesheet" href="./dolls.css" />
<script src="/tether/dist/js/tether.js"></script>
<script src="//github.hubspot.com/tether/dist/js/tether.js"></script>
<script src="./dolls.js"></script>
<body>
<div class="scroll">
Expand Down
2 changes: 1 addition & 1 deletion examples/element-scroll/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@
}
</style>

<script src="/tether/dist/js/tether.js"></script>
<script src="//github.hubspot.com/tether/dist/js/tether.js"></script>
<script>
var pointer = document.querySelector('.pointer');
var scroll = document.querySelector('.scroll');
Expand Down
2 changes: 1 addition & 1 deletion examples/enable-disable/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div class="pad"></div>
</div>

<script src="/tether/dist/js/tether.js"></script>
<script src="//github.hubspot.com/tether/dist/js/tether.js"></script>
<script>
var tether = new Tether({
element: '.element',
Expand Down
2 changes: 1 addition & 1 deletion examples/out-of-bounds/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<div class="element"></div>
<div class="target"></div>

<script src="/tether/dist/js/tether.js"></script>
<script src="//github.hubspot.com/tether/dist/js/tether.js"></script>
<script>
new Tether({
element: '.element',
Expand Down
2 changes: 1 addition & 1 deletion examples/pin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="element"></div>
<div class="target"></div>

<script src="/tether/dist/js/tether.js"></script>
<script src="//github.hubspot.com/tether/dist/js/tether.js"></script>
<script>
new Tether({
element: '.element',
Expand Down
2 changes: 1 addition & 1 deletion examples/scroll/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ <h3>Chapter IV</h3>

<div class="pointer"></div>

<script src="/tether/dist/js/tether.js"></script>
<script src="//github.hubspot.com/tether/dist/js/tether.js"></script>
<script>
new Tether({
element: '.pointer',
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="element"></div>
<div class="target"></div>

<script src="/tether/dist/js/tether.js"></script>
<script src="//github.hubspot.com/tether/dist/js/tether.js"></script>
<script>
new Tether({
element: '.element',
Expand Down
2 changes: 1 addition & 1 deletion examples/testbed/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="pad"></div>
</div>

<script src="/dist/js/tether.js"></script>
<script src="//github.hubspot.com/tether/dist/js/tether.js"></script>
<script>
new Tether({
element: '.element',
Expand Down
2 changes: 1 addition & 1 deletion examples/viewport/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
to use <code>position: fixed</code>.</p>
</div>

<script src="/tether/dist/js/tether.js"></script>
<script src="//github.hubspot.com/tether/dist/js/tether.js"></script>
<script>
new Tether({
element: '.element',
Expand Down

0 comments on commit fb6dfdf

Please sign in to comment.