summaryrefslogtreecommitdiffstats
path: root/gerrit-httpd/src/main/resources/com/google/gerrit/httpd/raw/HostPage.html
diff options
context:
space:
mode:
Diffstat (limited to 'gerrit-httpd/src/main/resources/com/google/gerrit/httpd/raw/HostPage.html')
-rw-r--r--gerrit-httpd/src/main/resources/com/google/gerrit/httpd/raw/HostPage.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/gerrit-httpd/src/main/resources/com/google/gerrit/httpd/raw/HostPage.html b/gerrit-httpd/src/main/resources/com/google/gerrit/httpd/raw/HostPage.html
index ff09f50506..907414f9b7 100644
--- a/gerrit-httpd/src/main/resources/com/google/gerrit/httpd/raw/HostPage.html
+++ b/gerrit-httpd/src/main/resources/com/google/gerrit/httpd/raw/HostPage.html
@@ -2,10 +2,10 @@
<head>
<title>Gerrit Code Review</title>
<meta name="gwt:property" content="locale=en_US" />
- <script id="gerrit_gwtdevmode">
+ <script id="gwtdevmode">
(function () {
var pn = 'gwt.codesvr';
- var cn = 'gerrit.' + pn;
+ var cn = 'gerrit_ui.' + pn;
var p_start = window.location.search.indexOf(pn + '=');
if (p_start != -1) {
@@ -32,7 +32,7 @@
</script>
<script id="gerrit_hostpagedata"></script>
<style id="gerrit_sitecss" type="text/css"></style>
- <link rel="icon" type="image/gif" href="favicon.ico" />
+ <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
</head>
<body>
<div id="gerrit_topmenu"></div>