Return to lonrequestcourse.pm CVS log | Up to [LON-CAPA] / loncom / interface |
version 1.87, 2015/05/21 23:40:09 | version 1.88, 2015/06/08 22:06:52 |
---|---|
Line 4950 function uncheckAllRadio() { | Line 4950 function uncheckAllRadio() { |
if (numbook > 0) { | if (numbook > 0) { |
uncheckRadio('textbook'); | uncheckRadio('textbook'); |
} | } |
if (nutemplate > 0) { | if (numtemplate > 0) { |
uncheckRadio('template'); | uncheckRadio('template'); |
}m | } |
if (numcurrent > 0) { | if (numcurrent > 0) { |
uncheckRadio('existing'); | uncheckRadio('existing'); |
} | } |