From: Leo Koppelkamm Date: Wed, 20 Apr 2011 15:22:28 +0000 (+0000) Subject: Followup to r86056 per CR: Remove unneeded function wrapping X-Git-Tag: 1.31.0-rc.0~30681 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=3042fde8645d3fc7752bb9b46aac1365fd55a1ca;p=lhc%2Fweb%2Fwiklou.git Followup to r86056 per CR: Remove unneeded function wrapping --- diff --git a/resources/mediawiki.action/mediawiki.action.history.js b/resources/mediawiki.action/mediawiki.action.history.js index 92a780bb72..a03a7426d7 100644 --- a/resources/mediawiki.action/mediawiki.action.history.js +++ b/resources/mediawiki.action/mediawiki.action.history.js @@ -83,7 +83,7 @@ jQuery( function( $ ) { $diffList.change( updateCompare ); }; - $( '#pagehistory li input[name="diff"], #pagehistory li input[name="oldid"]' ).click( function() { updateDiffRadios(); } ); + $( '#pagehistory li input[name="diff"], #pagehistory li input[name="oldid"]' ).click( updateDiffRadios ); fixCompare(); updateDiffRadios(); }); \ No newline at end of file