Skip to content

Commit

Permalink
Merge pull request #4686 from dennisreimann/noscript-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kukks committed Feb 22, 2023
2 parents 39f2e80 + 0a437fb commit e6a157a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BTCPayServer/Views/Shared/LayoutHead.cshtml
Expand Up @@ -19,7 +19,7 @@
@* Non-JS *@
<noscript>
<style>
.hide-when-js, [v-cloak] { display: block !important; }
.hide-when-js { display: block !important; }
.only-for-js { display: none !important; }
</style>
</noscript>

0 comments on commit e6a157a

Please sign in to comment.