mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-05 12:28:02 +00:00
Ensure splash screen isn't shown when JS is disabled
This commit is contained in:
@@ -7,3 +7,7 @@ title: $:/core/templates/static.area
|
||||
<$reveal type="match" state="$:/isEncrypted" text="yes">
|
||||
This file contains an encrypted ~TiddlyWiki. Enable ~JavaScript and enter the decryption password when prompted.
|
||||
</$reveal>
|
||||
<!-- ensure splash screen isn't shown when JS is disabled -->
|
||||
`<style>
|
||||
.tc-remove-when-wiki-loaded {display: none;}
|
||||
</style>`
|
||||
|
Reference in New Issue
Block a user