From 4810fe1bc1b3aa6d9e86f4b723bd8b296a4e970b Mon Sep 17 00:00:00 2001 From: dragonwocky Date: Sat, 28 Mar 2020 21:09:19 +1100 Subject: [PATCH] ignore this idk why it's broken --- CHANGELOG.md | 4 ++-- docs/changelog.html | 4 ++-- docs/docs.js | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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.
  • bugfix: wider table & the "+" button not working in database pages.
  • -

    notion-enhancer.v4.1.zip

    +

    📥 notion-enhancer.v4.1.zip

    @@ -57,7 +57,7 @@ inc. file renaming.
  • style: smaller table icons.
  • -

    notion-enhancer.v3.zip

    +

    📥 notion-enhancer.v3.zip

    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);