From c3fb4c46fd2640c2c480149ab07a147a86dc1ee2 Mon Sep 17 00:00:00 2001 From: Jonathan Soma Date: Sun, 27 Apr 2014 11:40:08 -0400 Subject: [PATCH] No longer throw an error when new-style spreadsheets are passed in --- src/tabletop.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/tabletop.js b/src/tabletop.js index 283788d..0ec6677 100755 --- a/src/tabletop.js +++ b/src/tabletop.js @@ -96,9 +96,8 @@ } if(/pubhtml/.test(this.key)) { - alert("You passed a new Google Spreadsheets url as the key! This won't work yet, you'll need to change back to old Sheets."); + this.log("You passed a new Google Spreadsheets url as the key! Attempting to parse."); this.key = this.key.match("d\\/(.*?)\\/pubhtml")[1]; - console.log(this.key); } if(!this.key) {