mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-13 11:35:51 +01:00
Do not show Vue components when there is no JavaScript enabled
Small fix, came across this while testing the noscript checkout version.
This commit is contained in:
parent
39f2e80dc1
commit
0a437fba6a
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue