mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
Prettier would do this anyway, but it’s separated out for a more reviewable diff. Generated by ESLint. Signed-off-by: Anders Kaseorg <anders@zulip.com>
7 lines
99 B
JavaScript
7 lines
99 B
JavaScript
exports.set = function (url) {
|
|
$("#favicon").attr("href", url);
|
|
};
|
|
|
|
|
|
window.favicon = exports;
|