unused function

This commit is contained in:
Tyler 2021-06-05 22:22:09 -05:00
parent 504987c178
commit ec1d7be17d
1 changed files with 0 additions and 10 deletions

View File

@ -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 () { /*!