diff --git a/statusio-selector.js b/statusio-selector.js index 5eb834d..d6d7d86 100644 --- a/statusio-selector.js +++ b/statusio-selector.js @@ -242,16 +242,6 @@ function deselectCheckbox(box) { box.setAttribute("class", ""); } -function toggleCheckbox(box) { - if (box.getAttribute("class") == "checked") { - box.setAttribute("class", ""); - } else { - box.setAttribute("class", "checked"); - - } -} - - function multilineStr(dummyFunc) { var str = dummyFunc.toString(); str = str.replace(/^[^\/]+\/\*!?/, '') // Strip function () { /*!