diff options
author | ringmaster <epithet@gmail.com> | 2013-12-05 09:19:46 -0500 |
---|---|---|
committer | ringmaster <epithet@gmail.com> | 2013-12-05 09:19:46 -0500 |
commit | bdab0409c4e47a2df112196de915a06d208293ce (patch) | |
tree | cd0a9401fc339202de232b29043a940a815b336e /core/templates | |
parent | 125dff89975e84a3dddcdd93afb5babd096e9cc1 (diff) | |
download | nextcloud-server-bdab0409c4e47a2df112196de915a06d208293ce.tar.gz nextcloud-server-bdab0409c4e47a2df112196de915a06d208293ce.zip |
Add overlay noscript message to fix #6032
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/layout.user.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index 9e1d8022ecb..7492af799b3 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -37,6 +37,7 @@ </head> <body id="<?php p($_['bodyid']);?>"> + <noscript><div id="nojavascript"><div>ownCloud requires JavaScript to be enabled for correct operation. Please enable JavaScript and re-load this interface.</div></div></noscript> <div id="notification-container"> <div id="notification"></div> <?php if ($_['updateAvailable']): ?> |