From ec1d7be17dd1da4cd4e25ef1c68aa8a22e2c0cd1 Mon Sep 17 00:00:00 2001 From: Tyler Date: Sat, 5 Jun 2021 22:22:09 -0500 Subject: [PATCH] unused function --- statusio-selector.js | 10 ---------- 1 file changed, 10 deletions(-) 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 () { /*!