caipin %!s(int64=5) %!d(string=hai) anos
pai
achega
9a96e86456
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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);