return
This commit is contained in:
parent
116597cd67
commit
9ad5a97733
|
|
@ -39,6 +39,7 @@ teacherActions = window.JK.Actions.Teacher
|
|||
setCheckboxState: () ->
|
||||
for checkbox in this.checkboxes
|
||||
@setSingleCheckbox(checkbox)
|
||||
return
|
||||
|
||||
enableSingle: (checkbox) ->
|
||||
selector = checkbox.selector
|
||||
|
|
@ -59,6 +60,7 @@ teacherActions = window.JK.Actions.Teacher
|
|||
|
||||
for checkbox in this.checkboxes
|
||||
@enableSingle(checkbox)
|
||||
return
|
||||
|
||||
true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue