1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-27 14:48:19 +00:00

Ensure splash screen isn't shown when JS is disabled

This commit is contained in:
Jeremy Ruston 2019-11-14 11:00:07 +00:00
parent afb7435a88
commit e4eaae14fa

View File

@ -7,3 +7,7 @@ title: $:/core/templates/static.area
<$reveal type="match" state="$:/isEncrypted" text="yes"> <$reveal type="match" state="$:/isEncrypted" text="yes">
This file contains an encrypted ~TiddlyWiki. Enable ~JavaScript and enter the decryption password when prompted. This file contains an encrypted ~TiddlyWiki. Enable ~JavaScript and enter the decryption password when prompted.
</$reveal> </$reveal>
<!-- ensure splash screen isn't shown when JS is disabled -->
`<style>
.tc-remove-when-wiki-loaded {display: none;}
</style>`