Files
zulip/static/js/favicon.js
Anders Kaseorg f3726db89a js: Normalize strings to double quotes.
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>
2020-07-17 14:31:24 -07:00

7 lines
99 B
JavaScript

exports.set = function (url) {
$("#favicon").attr("href", url);
};
window.favicon = exports;