diff --git a/index.html b/index.html index 5f046a7..02baa29 100644 --- a/index.html +++ b/index.html @@ -26,7 +26,7 @@ document.addEventListener('DOMContentLoaded', function() { // see how what the example spreadsheet looks like: // https://docs.google.com/spreadsheet/lv?key=0Ao5u1U6KYND7dGN5QngweVJUWE16bTRob0d2a3dCbnc - var URL = "0Ao5u1U6KYND7dGN5QngweVJUWE16bTRob0d2a3dCbnc" + var URL = "1muHT2a5eXHI11VWSNnwmVCEfMmPm8kzktnDFRPVdzow" Tabletop.init( { key: URL, callback: showInfo, simpleSheet: true } ) })