r86480 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86479‎ | r86480 | r86481 >
Date:15:22, 20 April 2011
Author:diebuche
Status:ok
Tags:
Comment:
Followup to r86056 per CR: Remove unneeded function wrapping
Modified paths:
  • /trunk/phase3/resources/mediawiki.action/mediawiki.action.history.js (modified) (history)

Diff [purge]

Index: trunk/phase3/resources/mediawiki.action/mediawiki.action.history.js
@@ -83,7 +83,7 @@
8484 $diffList.change( updateCompare );
8585 };
8686
87 - $( '#pagehistory li input[name="diff"], #pagehistory li input[name="oldid"]' ).click( function() { updateDiffRadios(); } );
 87+ $( '#pagehistory li input[name="diff"], #pagehistory li input[name="oldid"]' ).click( updateDiffRadios );
8888 fixCompare();
8989 updateDiffRadios();
9090 });
\ No newline at end of file

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r86056Followup to r86047: Rewrite the radio-button updater & move everything to act...diebuche16:06, 14 April 2011

Status & tagging log