summaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorPaladox <thomasmulhall410@yahoo.com>2019-01-31 13:51:23 +0000
committerPaladox <thomasmulhall410@yahoo.com>2019-01-31 13:51:23 +0000
commit22d300fc284dd88e0f32fba4ea2c3525b450c807 (patch)
treeaa246d0d0ab8ec6d54192571ff6f481d59709d15 /resources
parentb6816bfd718ceb8d9fdf7b321ea095fb8dec6bd4 (diff)
parent6ac93d7ec6816da5f60f0086bb562e0ae734b79d (diff)
Merge branch 'stable-2.15' into stable-2.16
* stable-2.15: Elasticsearch: Support and use v6.6.0 for testing Adds <noscript> to PolyGerritIndexHtml.soy Change-Id: I93e6121d3fbb97d3f6598131148d50c73db19704
Diffstat (limited to 'resources')
-rw-r--r--resources/com/google/gerrit/httpd/raw/PolyGerritIndexHtml.soy4
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/com/google/gerrit/httpd/raw/PolyGerritIndexHtml.soy b/resources/com/google/gerrit/httpd/raw/PolyGerritIndexHtml.soy
index 78c868432e..9801b44caa 100644
--- a/resources/com/google/gerrit/httpd/raw/PolyGerritIndexHtml.soy
+++ b/resources/com/google/gerrit/httpd/raw/PolyGerritIndexHtml.soy
@@ -33,6 +33,10 @@
<meta name="referrer" content="never">{\n}
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">{\n}
+ <noscript>
+ To use PolyGerrit, please enable JavaScript in your browser settings, and then refresh this page.
+ </noscript>
+
<script>
window.CLOSURE_NO_DEPS = true;
{if $canonicalPath != ''}window.CANONICAL_PATH = '{$canonicalPath}';{/if}