This is an automated email from the ASF dual-hosted git repository.
humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
The following commit(s) were added to refs/heads/master by this push:
new 82f1429 Add a link to plain-text version if JS is disabled.
82f1429 is described below
commit 82f1429d173736b98d0893704230ca6c1883264f
Author: Daniel Gruno <[email protected]>
AuthorDate: Tue Jan 25 00:42:51 2022 +0100
Add a link to plain-text version if JS is disabled.
---
webui/index.html | 3 +++
1 file changed, 3 insertions(+)
diff --git a/webui/index.html b/webui/index.html
index 2e6440f..aa16875 100644
--- a/webui/index.html
+++ b/webui/index.html
@@ -56,6 +56,9 @@ the License. -->
<ul id="list_index_wide_lists"></ul>
</div>
</div>
+ <noscript>
+ <p style="text-align: center;">This site requires JavaScript to operate.
If you wish, you may view a <a href="/api/plain">text-only version</a> of these
lists.</p>
+ </noscript>
<script src="js/jquery-1.12.4.min.js"
integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ="></script>
<!-- Include all compiled plugins (below), or include individual files as
needed -->