diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c22702..cb7a479 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ _(forked by [@dragonwocky](https://github.com/dragonwocky).)_ - bugfix: wider table & the "+" button not working in database pages. -> [notion-enhancer.v4.1.zip](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/d239a3cf-d553-4ef3-ab04-8b47892d9f9a/Notion_Customization_v4.1.zip) +> 📥 [notion-enhancer.v4.1.zip](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/d239a3cf-d553-4ef3-ab04-8b47892d9f9a/Notion_Customization_v4.1.zip) ### v0.4.0 @@ -33,7 +33,7 @@ _(forked by [@dragonwocky](https://github.com/dragonwocky).)_ - new: app startup options. - ~~style: smaller table icons.~~ -> [notion-enhancer.v3.zip](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/b01aa446-5727-476a-a25e-395472bfb1be/NotionScriptsV3.zip) +> 📥 [notion-enhancer.v3.zip](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/b01aa446-5727-476a-a25e-395472bfb1be/NotionScriptsV3.zip) ### v0.2.0 diff --git a/docs/changelog.html b/docs/changelog.html index 7f7e347..58cca37 100644 --- a/docs/changelog.html +++ b/docs/changelog.html @@ -29,7 +29,7 @@ inc. file renaming.
- +@@ -57,7 +57,7 @@ inc. file renaming.
- +diff --git a/docs/docs.js b/docs/docs.js index 48374c4..fcaf471 100644 --- a/docs/docs.js +++ b/docs/docs.js @@ -169,7 +169,7 @@ class Scrollnav { const construct = () => { if ( location.pathname.endsWith('index.html') && - window.location.protocol !== 'file:' + window.location.protocol === 'https:' ) location.replace('./' + location.hash);