diff --git a/index.html b/index.html index 37385d6..a1739b8 100644 --- a/index.html +++ b/index.html @@ -14,6 +14,9 @@ var publicSpreadsheetUrl = 'https://docs.google.com/spreadsheets/d/1w5Dc57wV0_rrKFsG7KM-qdPWEpqYk6lFu3JzAA0cSv0/pubhtml'; function init() { + $("#reloadLink").unbind('click'); + $("#reloadLink").on("click", function() { init(); }); + Tabletop.init({ key: publicSpreadsheetUrl, callback: showInfo, @@ -49,7 +52,7 @@ $('#current').html(rendered); } - window.addEventListener('DOMContentLoaded', init) + window.addEventListener('DOMContentLoaded', init); @@ -58,6 +61,7 @@

Library

spreadsheet github + reload
No Book Selected
@@ -93,12 +97,15 @@

{{author}}

{{isbn-13}}
{{publisher}}, {{year}}
+ {{#series}} + {{series}}, Volume {{volume}}
+ {{/series}} {{format}}

{{description}}

{{#notes}} Notes: -

{{.}}

+

{{notes}}

{{/notes}}
{{/book}}