caipin 5 vuotta sitten
vanhempi
commit
9a96e86456
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      global/js/columnShow/columnShow.js

+ 2 - 2
global/js/columnShow/columnShow.js

@@ -26,9 +26,9 @@ function refreshColumn(columnLength){
 		var isAccept=localStorage.getItem("curingColumn_"+i);
 		
 		if (isAccept==null||isAccept) {
-			checkBoxList[cbi].attr("checked",'true');
+			checkBoxList.get(cbi).attr("checked",'true');
 		}else{
-			checkBoxList[cbi].removeAttr("checked");
+			checkBoxList.get(cbi).removeAttr("checked");
 		}
 		
 		isColumnShow(isAccept,i);