From eed410663b1d8c8307fb8f0c82860ae3d0f26dbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20Petrnou=C5=A1ek?= Date: Fri, 3 Oct 2014 07:50:40 +0200 Subject: [PATCH] Update popup.js --- popup.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/popup.js b/popup.js index 44af1a81..cbd7667a 100644 --- a/popup.js +++ b/popup.js @@ -19,8 +19,6 @@ function showStyles(styles) { function createStyleElement(style) { var e = styleTemplate.cloneNode(true); var checkbox = e.querySelector(".checker"); - checkbox.setAttribute("type","checkbox"); - checkbox.setAttribute("class","checker") if (style.enabled == "true") { checkbox.checked = true; }