Call to two undefined functions. fixed, Follow-up r83183
authorKrinkle <krinkle@users.mediawiki.org>
Fri, 4 Mar 2011 00:43:16 +0000 (00:43 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Fri, 4 Mar 2011 00:43:16 +0000 (00:43 +0000)
includes/specials/SpecialBlockip.php

index 4340cae..65bb294 100644 (file)
@@ -213,7 +213,6 @@ class IPBlockForm extends SpecialPage {
                                        Html::input( 'wpBlockAddress', $this->BlockAddress, 'text', array(
                                                'tabindex' => '1',
                                                'id' => 'mw-bi-target',
-                                               'onchange' => 'updateBlockOptions()',
                                                'size' => '45',
                                                'required' => ''
                                        ) + ( $this->BlockAddress ? array() : array( 'autofocus' ) ) ). "
@@ -231,7 +230,6 @@ class IPBlockForm extends SpecialPage {
                                                array(
                                                        'id' => 'wpBlockExpiry',
                                                        'name' => 'wpBlockExpiry',
-                                                       'onchange' => 'considerChangingExpiryFocus()',
                                                        'tabindex' => '2' ),
                                                $blockExpiryFormOptions ) .
                                "</td>"