зеркало из https://github.com/mozilla/pjs.git
Patch by Hugo Frappier <hfrappier@dreammechanics.com> -- make the
"check all" and "uncheck all" buttons work on IE.
This commit is contained in:
Родитель
711064d16c
Коммит
8dfeed3f59
|
@ -1172,6 +1172,7 @@ if ($dotweak) {
|
|||
<SCRIPT>
|
||||
numelements = document.changeform.elements.length;
|
||||
function SetCheckboxes(value) {
|
||||
var item;
|
||||
for (var i=0 ; i<numelements ; i++) {
|
||||
item = document.changeform.elements\[i\];
|
||||
item.checked = value;
|
||||
|
|
Загрузка…
Ссылка в новой задаче