Skip to content

Commit

Permalink
fixed dead link to prettify.js (broken since bootstrap 3 was released)
Browse files Browse the repository at this point in the history
  • Loading branch information
daflip committed Aug 24, 2013
1 parent 0af3ba8 commit 38c57eb
Show file tree
Hide file tree
Showing 21 changed files with 39 additions and 39 deletions.
4 changes: 2 additions & 2 deletions demos/Any_finger_swipe.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link href="css/main.css" type="text/css" rel="stylesheet" />

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript" src="http://twitter.github.com/bootstrap/assets/js/google-code-prettify/prettify.js"></script>
<script type="text/javascript" src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>
<script type="text/javascript" src="../jquery.touchSwipe.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>

Expand Down Expand Up @@ -45,4 +45,4 @@ <h4>properties: <code>fingers</code></h4>

</div>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions demos/Basic_swipe.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link href="css/main.css" type="text/css" rel="stylesheet" />

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript" src="http://twitter.github.com/bootstrap/assets/js/google-code-prettify/prettify.js"></script>
<script type="text/javascript" src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>
<script type="text/javascript" src="../jquery.touchSwipe.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>

Expand Down Expand Up @@ -45,4 +45,4 @@ <h4>events: <code>swipe</code>,<code>swipeLeft</code>, <code>swipeRight</code>,
<span class='navigation'></span>
</div>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions demos/Enable_and_destroy.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link href="css/main.css" type="text/css" rel="stylesheet" />

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript" src="http://twitter.github.com/bootstrap/assets/js/google-code-prettify/prettify.js"></script>
<script type="text/javascript" src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>
<script type="text/javascript" src="../jquery.touchSwipe.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>

Expand Down Expand Up @@ -92,4 +92,4 @@ <h4>methods: <code>enable</code>, <code>disable</code>, <code>destroy</code></h4
<span class='navigation'></span>
</div>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions demos/Excluded_children.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link href="css/main.css" type="text/css" rel="stylesheet" />

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript" src="http://twitter.github.com/bootstrap/assets/js/google-code-prettify/prettify.js"></script>
<script type="text/javascript" src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>
<script type="text/javascript" src="../jquery.touchSwipe.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>

Expand Down Expand Up @@ -85,4 +85,4 @@ <h4>property: <code>excludedElements</code></h4>
<span class='navigation'></span>
</div>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions demos/Finger_swipe.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link href="css/main.css" type="text/css" rel="stylesheet" />

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript" src="http://twitter.github.com/bootstrap/assets/js/google-code-prettify/prettify.js"></script>
<script type="text/javascript" src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>
<script type="text/javascript" src="../jquery.touchSwipe.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>

Expand Down Expand Up @@ -54,4 +54,4 @@ <h4>property: <code>fingers</code></h4>
<span class='navigation'></span>
</div>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions demos/Handlers_and_events.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link href="css/main.css" type="text/css" rel="stylesheet" />

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript" src="http://twitter.github.com/bootstrap/assets/js/google-code-prettify/prettify.js"></script>
<script type="text/javascript" src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>
<script type="text/javascript" src="../jquery.touchSwipe.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>

Expand Down Expand Up @@ -120,4 +120,4 @@ <h4>events: <code>click</code>, <code>swipe</code></h4>
<span class='navigation'></span>
</div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion demos/Image_gallery_example.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link href="css/main.css" type="text/css" rel="stylesheet" />

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript" src="http://twitter.github.com/bootstrap/assets/js/google-code-prettify/prettify.js"></script>
<script type="text/javascript" src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>
<script type="text/javascript" src="../jquery.touchSwipe.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>

Expand Down
4 changes: 2 additions & 2 deletions demos/Options.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link href="css/main.css" type="text/css" rel="stylesheet" />

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript" src="http://twitter.github.com/bootstrap/assets/js/google-code-prettify/prettify.js"></script>
<script type="text/javascript" src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>
<script type="text/javascript" src="../jquery.touchSwipe.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>

Expand Down Expand Up @@ -69,4 +69,4 @@ <h4>methods: <code>option</code></h4>
<span class='navigation'></span>
</div>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions demos/Page_scrolling.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link href="css/main.css" type="text/css" rel="stylesheet" />

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript" src="http://twitter.github.com/bootstrap/assets/js/google-code-prettify/prettify.js"></script>
<script type="text/javascript" src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>
<script type="text/javascript" src="../jquery.touchSwipe.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>

Expand Down Expand Up @@ -96,4 +96,4 @@ <h4>property: <code>allowPageScroll</code></h4>

</div>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions demos/Page_zoom.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link href="css/main.css" type="text/css" rel="stylesheet" />

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript" src="http://twitter.github.com/bootstrap/assets/js/google-code-prettify/prettify.js"></script>
<script type="text/javascript" src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>
<script type="text/javascript" src="../jquery.touchSwipe.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>

Expand Down Expand Up @@ -47,4 +47,4 @@ <h4>property: <code>fingers</code></h4>
<span class='navigation'></span>
</div>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions demos/Pinch.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link href="css/main.css" type="text/css" rel="stylesheet" />

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript" src="http://twitter.github.com/bootstrap/assets/js/google-code-prettify/prettify.js"></script>
<script type="text/javascript" src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>
<script type="text/javascript" src="../jquery.touchSwipe.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>

Expand Down Expand Up @@ -54,4 +54,4 @@ <h4>events: <code>pinchIn</code>, <code>pinchOut</code></h4>
<span class='navigation'></span>
</div>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions demos/Pinch_and_Swipe.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link href="css/main.css" type="text/css" rel="stylesheet" />

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript" src="http://twitter.github.com/bootstrap/assets/js/google-code-prettify/prettify.js"></script>
<script type="text/javascript" src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>
<script type="text/javascript" src="../jquery.touchSwipe.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>

Expand Down Expand Up @@ -78,4 +78,4 @@ <h4>properties: <code>pinchThreshold</code></h4>
<span class='navigation'></span>
</div>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions demos/Pinch_status.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link href="css/main.css" type="text/css" rel="stylesheet" />

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript" src="http://twitter.github.com/bootstrap/assets/js/google-code-prettify/prettify.js"></script>
<script type="text/javascript" src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>
<script type="text/javascript" src="../jquery.touchSwipe.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>

Expand Down Expand Up @@ -47,4 +47,4 @@ <h4>events: <code>pinchStatus</code></h4>
<span class='navigation'></span>
</div>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions demos/Single_swipe.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link href="css/main.css" type="text/css" rel="stylesheet" />

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript" src="http://twitter.github.com/bootstrap/assets/js/google-code-prettify/prettify.js"></script>
<script type="text/javascript" src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>
<script type="text/javascript" src="../jquery.touchSwipe.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>

Expand Down Expand Up @@ -48,4 +48,4 @@ <h4>events: <code>swipeLeft</code>, <code>swipeRight</code>, <code>swipeUp</code
<span class='navigation'></span>
</div>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions demos/Stop_propegation.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link href="css/main.css" type="text/css" rel="stylesheet" />

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript" src="http://twitter.github.com/bootstrap/assets/js/google-code-prettify/prettify.js"></script>
<script type="text/javascript" src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>
<script type="text/javascript" src="../jquery.touchSwipe.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>

Expand Down Expand Up @@ -54,4 +54,4 @@ <h4>events: <code>swipeStatus</code></h4>
<span class='navigation'></span>
</div>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions demos/Swipe_status.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link href="css/main.css" type="text/css" rel="stylesheet" />

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript" src="http://twitter.github.com/bootstrap/assets/js/google-code-prettify/prettify.js"></script>
<script type="text/javascript" src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>
<script type="text/javascript" src="../jquery.touchSwipe.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>

Expand Down Expand Up @@ -78,4 +78,4 @@ <h4>event: <code>swipeStatus</code></h4>
<span class='navigation'></span>
</div>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions demos/Tap_vs_swipe.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link href="css/main.css" type="text/css" rel="stylesheet" />

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript" src="http://twitter.github.com/bootstrap/assets/js/google-code-prettify/prettify.js"></script>
<script type="text/javascript" src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>
<script type="text/javascript" src="../jquery.touchSwipe.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>

Expand Down Expand Up @@ -96,4 +96,4 @@ <h4>properties: <code>longTapThreshold</code>, <code>doubleTapThreshold</code></
<span class='navigation'></span>
</div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion demos/Thresholds.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link href="css/main.css" type="text/css" rel="stylesheet" />

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript" src="http://twitter.github.com/bootstrap/assets/js/google-code-prettify/prettify.js"></script>
<script type="text/javascript" src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>
<script type="text/javascript" src="../jquery.touchSwipe.js"></script>
<script type="text/javascript" src="js/main.js"></script>

Expand Down
4 changes: 2 additions & 2 deletions demos/Trigger_handlers.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link href="css/main.css" type="text/css" rel="stylesheet" />

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript" src="http://twitter.github.com/bootstrap/assets/js/google-code-prettify/prettify.js"></script>
<script type="text/javascript" src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>
<script type="text/javascript" src="../jquery.touchSwipe.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>

Expand Down Expand Up @@ -155,4 +155,4 @@ <h4>properties: <code>triggerOnTouchEnd</code>, <code>triggerOnTouchLeave</code>
<span class='navigation'></span>
</div>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions demos/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link href="css/main.css" type="text/css" rel="stylesheet" />

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript" src="http://twitter.github.com/bootstrap/assets/js/google-code-prettify/prettify.js"></script>
<script type="text/javascript" src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>
<script type="text/javascript" src="../jquery.touchSwipe.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>

Expand Down Expand Up @@ -75,4 +75,4 @@ <h1>Demos</h1>





2 changes: 1 addition & 1 deletion demos/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function buildCodeExample() {
});


prettyPrint();
//prettyPrint();
}

/**
Expand Down

0 comments on commit 38c57eb

Please sign in to comment.