r83194 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r83193‎ | r83194 | r83195 >
Date:00:43, 4 March 2011
Author:krinkle
Status:ok
Tags:
Comment:
Call to two undefined functions. fixed, Follow-up r83183
Modified paths:
  • /trunk/phase3/includes/specials/SpecialBlockip.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialBlockip.php
@@ -213,7 +213,6 @@
214214 Html::input( 'wpBlockAddress', $this->BlockAddress, 'text', array(
215215 'tabindex' => '1',
216216 'id' => 'mw-bi-target',
217 - 'onchange' => 'updateBlockOptions()',
218217 'size' => '45',
219218 'required' => ''
220219 ) + ( $this->BlockAddress ? array() : array( 'autofocus' ) ) ). "
@@ -231,7 +230,6 @@
232231 array(
233232 'id' => 'wpBlockExpiry',
234233 'name' => 'wpBlockExpiry',
235 - 'onchange' => 'considerChangingExpiryFocus()',
236234 'tabindex' => '2' ),
237235 $blockExpiryFormOptions ) .
238236 "</td>"

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r83183Convert Special:BlockIP JS to jQuery/ResourceLoader. Change the order of the...happy-melon23:54, 3 March 2011

Status & tagging log