Skip to content

Commit

Permalink
Loading...
Browse files Browse the repository at this point in the history
  • Loading branch information
jlord committed Mar 29, 2017
1 parent cd8850f commit 5da6657
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demos/demo-map.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<div class="container">
<h1>All Pennies Map</h1>
<p><em><a href="https://docs.google.com/a/github.com/spreadsheet/ccc?key=0Ao5u1U6KYND7dGN5QngweVJUWE16bTRob0d2a3dCbnc&usp=drive_web#gid=0" target="_blank">spreadsheet</a></em><p>
<div id="map"></div>
<div id="map">Loading...</div>
<p><em><a onClick='window.location="view-source:" + window.location.href'>View Source</a> // <a href="../docs/sheetsee-maps.html">View Documentation</a></em></p>

<footer>
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-table.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1>All Pennies</h1>
<p><em><a href="https://docs.google.com/a/github.com/spreadsheet/ccc?key=0Ao5u1U6KYND7dGN5QngweVJUWE16bTRob0d2a3dCbnc&usp=drive_web#gid=0" target="_blank">spreadsheet</a></em><p>
<input id="fullTableFilter" type="text" placeholder="filter by.."></input>
<a class="clear">Clear</a>
<div id="fullTable"></div>
<div id="fullTable">Loading...</div>
<p><em><a onClick='window.location="view-source:" + window.location.href'>View Source</a> // <a href="../docs/sheetsee-tables.html">View Documentation</a></em></p>

<footer>
Expand Down

0 comments on commit 5da6657

Please sign in to comment.