diff options
author | John McLear <john@mclear.co.uk> | 2012-11-30 22:50:54 +0000 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2012-11-30 22:50:54 +0000 |
commit | d76100358840e24079a523b7b9c8d135370878ef (patch) | |
tree | 47af5acb4defbb262f9c945b178bccc770f0918c /src/node | |
parent | ab148ebc1afd91e34430e4d8812ab21c31156efc (diff) | |
download | etherpad-lite-d76100358840e24079a523b7b9c8d135370878ef.zip |
fix path to favicon resolves #1236
Diffstat (limited to 'src/node')
-rw-r--r-- | src/node/utils/Settings.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/node/utils/Settings.js b/src/node/utils/Settings.js index 9caa2b0b..fb2a592c 100644 --- a/src/node/utils/Settings.js +++ b/src/node/utils/Settings.js @@ -38,6 +38,8 @@ exports.title = "Etherpad Lite"; * The app favicon fully specified url, visible e.g. in the browser window */ exports.favicon = "favicon.ico"; +exports.faviconPad = "../" + exports.favicon; +exports.faviconTimeslider = "../../" + exports.favicon; /** * The IP ep-lite should listen to |