unused function
This commit is contained in:
parent
504987c178
commit
ec1d7be17d
|
|
@ -242,16 +242,6 @@ function deselectCheckbox(box) {
|
||||||
box.setAttribute("class", "");
|
box.setAttribute("class", "");
|
||||||
}
|
}
|
||||||
|
|
||||||
function toggleCheckbox(box) {
|
|
||||||
if (box.getAttribute("class") == "checked") {
|
|
||||||
box.setAttribute("class", "");
|
|
||||||
} else {
|
|
||||||
box.setAttribute("class", "checked");
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
function multilineStr(dummyFunc) {
|
function multilineStr(dummyFunc) {
|
||||||
var str = dummyFunc.toString();
|
var str = dummyFunc.toString();
|
||||||
str = str.replace(/^[^\/]+\/\*!?/, '') // Strip function () { /*!
|
str = str.replace(/^[^\/]+\/\*!?/, '') // Strip function () { /*!
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue