From 352131be4fb0d4d52c202d0949c5088b8d305eaa Mon Sep 17 00:00:00 2001 From: s2 Date: Wed, 13 Dec 2017 08:23:50 +0100 Subject: [PATCH] ws --- src/bg.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bg.js b/src/bg.js index af20c3a..ac2fc89 100644 --- a/src/bg.js +++ b/src/bg.js @@ -24,7 +24,6 @@ var changeIcon = function(color, currentIcon, options) { ctx.fillRect(0, 0, 16, options.globals.width); } - var link = document.createElement('link'); link.type = 'image/x-icon'; link.rel = 'shortcut icon';