mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
remove unnecessary logs & make npm run lint silent
This commit is contained in:
parent
4e32a9ac06
commit
c85b58e188
@ -92,10 +92,9 @@ define(['/api/config'], function (ApiConfig) {
|
||||
|
||||
if(!document.getElementById("favicon-ico")) {
|
||||
var faviconLink = document.createElement('link');
|
||||
attrs.href = attrs.href.replaceAll(".png", ".ico")
|
||||
console.debug("ATTRS", attrs.href)
|
||||
attrs.id = 'favicon-ico'
|
||||
attrs.type = 'image/x-icon'
|
||||
attrs.href = attrs.href.replaceAll(".png", ".ico");
|
||||
attrs.id = 'favicon-ico';
|
||||
attrs.type = 'image/x-icon';
|
||||
|
||||
delete attrs['data-main-favicon'];
|
||||
delete attrs['data-alt-favicon'];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user