switch to new spreadsheet

This commit is contained in:
Jessica Lord 2014-09-05 16:12:39 -07:00
parent a78b4f9213
commit b083d0cb30
1 changed files with 1 additions and 2 deletions

View File

@ -122,8 +122,7 @@
<script type="text/javascript">
document.addEventListener('DOMContentLoaded', function() {
var gData
// var URL = "10z-2P8l88hLF35EodIjigs5cyCD7BtmfZS631JMtIUU" // test new spreadsheets
var URL = "0Ao5u1U6KYND7dFVkcnJRNUtHWUNKamxoRGg4ZzNiT3c"
var URL = "1hnfQcggYcBYimuO_UOMvwoOi_I9vUvFpkMt4wjrrpLE"
Tabletop.init( { key: URL, callback: showInfo, simpleSheet: true } )
})