ignore this idk why it's broken

This commit is contained in:
dragonwocky 2020-03-28 21:09:19 +11:00
parent 121b705442
commit 4810fe1bc1
Signed by: dragonwocky
GPG Key ID: B570B11B1DFB50E4
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -29,7 +29,7 @@ inc. file renaming.</li>
<li>bugfix: wider table &amp; the &quot;+&quot; button not working in database pages.</li>
</ul>
<blockquote>
<p><a href="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</a></p>
<p>📥 <a href="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</a></p>
</blockquote>
</section>
@ -57,7 +57,7 @@ inc. file renaming.</li>
<li><del>style: smaller table icons.</del></li>
</ul>
<blockquote>
<p><a href="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/b01aa446-5727-476a-a25e-395472bfb1be/NotionScriptsV3.zip">notion-enhancer.v3.zip</a></p>
<p>📥 <a href="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/b01aa446-5727-476a-a25e-395472bfb1be/NotionScriptsV3.zip">notion-enhancer.v3.zip</a></p>
</blockquote>
</section>

View File

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