Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion advanced_routing.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>Advaned Routing Example</title>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.14/jquery-ui.min.js"></script>
<script type="text/javascript" src="https://raw.github.com/mtrpcic/pathjs/master/path.js"></script>
<script type="text/javascript" src="https://rawgit.com/mtrpcic/pathjs/master/path.js"></script>
<link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.0/themes/base/jquery-ui.css"></style>
<style type="text/css">
body {
Expand Down
2 changes: 1 addition & 1 deletion hashtag_basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>Hashtag Example</title>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.14/jquery-ui.min.js"></script>
<script type="text/javascript" src="https://raw.github.com/mtrpcic/pathjs/master/path.js"></script>
<script type="text/javascript" src="https://rawgit.com/mtrpcic/pathjs/master/path.js"></script>
<link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.0/themes/base/jquery-ui.css"></style>
<style type="text/css">
body {
Expand Down
2 changes: 1 addition & 1 deletion html5_basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>HTML5 Example</title>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.14/jquery-ui.min.js"></script>
<script type="text/javascript" src="https://raw.github.com/mtrpcic/pathjs/master/path.js"></script>
<script type="text/javascript" src="https://rawgit.com/mtrpcic/pathjs/master/path.js"></script>
<link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.0/themes/base/jquery-ui.css"></style>
<style type="text/css">
body {
Expand Down