fix path to favicon resolves #1236

This commit is contained in:
John McLear 2012-11-30 22:50:54 +00:00
parent ab148ebc1a
commit d761003588
3 changed files with 4 additions and 2 deletions

View File

@ -38,6 +38,8 @@ exports.title = "Etherpad Lite";
* The app favicon fully specified url, visible e.g. in the browser window * The app favicon fully specified url, visible e.g. in the browser window
*/ */
exports.favicon = "favicon.ico"; exports.favicon = "favicon.ico";
exports.faviconPad = "../" + exports.favicon;
exports.faviconTimeslider = "../../" + exports.favicon;
/** /**
* The IP ep-lite should listen to * The IP ep-lite should listen to

View File

@ -32,7 +32,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="robots" content="noindex, nofollow"> <meta name="robots" content="noindex, nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<link rel="shortcut icon" href="<%=settings.favicon%>"> <link rel="shortcut icon" href="<%=settings.faviconPad%>">
<link rel="resource" type="application/l10n" href="../locales.ini" /> <link rel="resource" type="application/l10n" href="../locales.ini" />
<script type="text/javascript"> <script type="text/javascript">

View File

@ -31,7 +31,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="robots" content="noindex, nofollow"> <meta name="robots" content="noindex, nofollow">
<link rel="shortcut icon" href="<%=settings.favicon%>"> <link rel="shortcut icon" href="<%=settings.faviconTimeslider%>">
<link rel="resource" type="application/l10n" href="../../locales.ini" /> <link rel="resource" type="application/l10n" href="../../locales.ini" />
<script type="text/javascript"> <script type="text/javascript">