Skip to content

Commit e5f1c7d

Browse files
author
Jessica Lord
committed
change to new tabletop in demos
1 parent fb83f84 commit e5f1c7d

File tree

4 files changed

+484
-13
lines changed

4 files changed

+484
-13
lines changed

demos/demo-chart.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>Sheetsee Chart Demo</title>
66
<meta name='viewport' content='width=device-width, initial-scale=1.0'/>
77
<script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js'></script>
8-
<script type='text/javascript' src='https://cdnjs.cloudflare.com/ajax/libs/tabletop.js/1.1.0/tabletop.min.js'></script>
8+
<script type='text/javascript' src='../js/tabletop1.3.3.js'></script>
99
<script type='text/javascript' src='../js/sheetsee.js'></script>
1010
<link rel='stylesheet' type='text/css' href='../assets/style.css'>
1111
</head>
@@ -46,9 +46,9 @@ <h4 id="ideas">Ideas</h4>
4646
</ul>
4747
<h4>Demos</h4>
4848
<ul>
49-
<li><a href="/demos/demo-table.html">Table Demo</a></li>
50-
<li><a href="/demos/demo-map.html">Map Demo</a></li>
51-
<li><a href="/demos/demo-chart.html">Chart Demo</a></li>
49+
<li><a href="./demo-table.html">Table Demo</a></li>
50+
<li><a href="./demo-map.html">Map Demo</a></li>
51+
<li><a href="./demo-chart.html">Chart Demo</a></li>
5252
</ul>
5353
<h4 id="use">Use</h4>
5454
<ul>

demos/demo-map.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>Sheetsee Maps Demo</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
77
<script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js'></script>
8-
<script type='text/javascript' src='https://cdnjs.cloudflare.com/ajax/libs/tabletop.js/1.1.0/tabletop.min.js'></script>
8+
<script type='text/javascript' src='../js/tabletop1.3.3.js'></script>
99
<script type='text/javascript' src='../js/sheetsee.js'></script>
1010
<link rel='stylesheet' type='text/css' href='http://api.tiles.mapbox.com/mapbox.js/v1.0.0/mapbox.css' />
1111
<link rel='stylesheet' type='text/css' href='../assets/style.css'>
@@ -39,9 +39,9 @@ <h4 id="ideas">Ideas</h4>
3939
</ul>
4040
<h4>Demos</h4>
4141
<ul>
42-
<li><a href="/demos/demo-table.html">Table Demo</a></li>
43-
<li><a href="/demos/demo-map.html">Map Demo</a></li>
44-
<li><a href="/demos/demo-chart.html">Chart Demo</a></li>
42+
<li><a href="./demo-table.html">Table Demo</a></li>
43+
<li><a href="./demo-map.html">Map Demo</a></li>
44+
<li><a href="./demo-chart.html">Chart Demo</a></li>
4545
</ul>
4646
<h4 id="use">Use</h4>
4747
<ul>

demos/demo-table.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<meta charset='utf-8'>
55
<title>Sheetsee Table Demo</title>
66
<meta name='viewport' content='width=device-width, initial-scale=1.0'/>
7-
<script type='text/javascript' src='../js/sheetsee.js'></script>
87
<script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js'></script>
9-
<script type='text/javascript' src='https://cdnjs.cloudflare.com/ajax/libs/tabletop.js/1.1.0/tabletop.min.js'></script>
8+
<script type='text/javascript' src='../js/tabletop1.3.3.js'></script>
9+
<script type='text/javascript' src='../js/sheetsee.js'></script>
1010
<link rel='stylesheet' type='text/css' href='../assets/style.css'>
1111
</head>
1212
<style>
@@ -47,9 +47,9 @@ <h4 id="ideas">Ideas</h4>
4747
</ul>
4848
<h4>Demos</h4>
4949
<ul>
50-
<li><a href="/demos/demo-table.html">Table Demo</a></li>
51-
<li><a href="/demos/demo-map.html">Map Demo</a></li>
52-
<li><a href="/demos/demo-chart.html">Chart Demo</a></li>
50+
<li><a href="./demo-table.html">Table Demo</a></li>
51+
<li><a href="./demo-map.html">Map Demo</a></li>
52+
<li><a href="./demo-chart.html">Chart Demo</a></li>
5353
</ul>
5454
<h4 id="use">Use</h4>
5555
<ul>

0 commit comments

Comments
 (0)