Index: trunk/phase3/skins/common/wikibits.js |
— | — | @@ -728,7 +728,7 @@ |
729 | 729 | var end = checkboxes.length; |
730 | 730 | checkboxes[end] = cb; |
731 | 731 | cb.index = end; |
732 | | - cb.onclick = checkboxMouseupHandler; |
| 732 | + cb.onclick = checkboxClickHandler; |
733 | 733 | } |
734 | 734 | |
735 | 735 | if ( finish < inputs.length ) { |
— | — | @@ -738,7 +738,7 @@ |
739 | 739 | } |
740 | 740 | } |
741 | 741 | |
742 | | -function checkboxMouseupHandler(e) { |
| 742 | +function checkboxClickHandler(e) { |
743 | 743 | if (typeof e == 'undefined') { |
744 | 744 | e = window.event; |
745 | 745 | } |