diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/google_sheets_download.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/google_sheets_download.js b/src/google_sheets_download.js index 24149ca..c4861c2 100644 --- a/src/google_sheets_download.js +++ b/src/google_sheets_download.js @@ -71,10 +71,10 @@ while (container) { const docs_chrome = document.getElementById("docs-chrome"); if (docs_chrome) - docs_chrome.remove() + docs_chrome.remove(); const grid_bottom_bar = document.getElementById("grid-bottom-bar"); if (grid_bottom_bar) - grid_bottom_bar.remove() + grid_bottom_bar.remove(); /* Remove no Javascript warning. */ |