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
*/
exports.favicon = "favicon.ico";
exports.faviconPad = "../" + exports.favicon;
exports.faviconTimeslider = "../../" + exports.favicon;
/**
* The IP ep-lite should listen to