From 89a31ae2e24bad5b48039b36dc142d32317a9abf Mon Sep 17 00:00:00 2001 From: Omar Najjar Date: Thu, 23 May 2019 03:19:57 +1000 Subject: [PATCH] spreadsheet url change --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } ) })