summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2018-02-20 20:32:06 +0000
committerTim Zallmann <tzallmann@gitlab.com>2018-02-20 20:32:06 +0000
commit0157c699bfd0e410d824e5c6fbbbec386a7e00b6 (patch)
tree73face4e25c0834a8144df2e3c21ffbc8b2b8e45
parentc8323e795b76045db2c90c6ab56799ec9befb951 (diff)
downloadgitlab-ce-0157c699bfd0e410d824e5c6fbbbec386a7e00b6.tar.gz
Add excerpt about not supporting GitLab running without Javascript
-rw-r--r--doc/install/requirements.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md
index 4324b4ca0b8..b2c9177e6eb 100644
--- a/doc/install/requirements.md
+++ b/doc/install/requirements.md
@@ -192,3 +192,6 @@ use the CI features.
We support the current and the previous major release of Firefox, Chrome/Chromium, Safari and Microsoft browsers (Microsoft Edge and Internet Explorer 11).
Each time a new browser version is released, we begin supporting that version and stop supporting the third most recent version.
+
+Note: We do not support running GitLab with JavaScript disabled in the browser and have no plans of supporting that
+in the future because we have features such as Issue Boards which require JavaScript extensively.