chore(client-standalone): fix noscript

This commit is contained in:
Elian Doran 2026-01-11 17:31:15 +02:00
parent 9894d4256c
commit cd64a1ee18
No known key found for this signature in database

View File

@ -11,7 +11,7 @@
</head>
<body id="trilium-app">
<noscript><%= t("javascript-required") %></noscript>
<noscript>Trilium requires JavaScript to be enabled.</noscript>
<script>
// hide body to reduce flickering on the startup. This is done through JS and not CSS to not hide <noscript>