r99668 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99667‎ | r99668 | r99669 >
Date:05:00, 13 October 2011
Author:aaron
Status:ok
Tags:
Comment:
(bug 31662) - 'CIDR calculator now has results reversed', regression from r88730
Modified paths:
  • /trunk/extensions/CheckUser/checkuser.js (modified) (history)

Diff [purge]

Index: trunk/extensions/CheckUser/checkuser.js
@@ -1,8 +1,8 @@
22 /* -- (c) Aaron Schulz 2009 */
33
44 var showResults = function(size, cidr) {
5 - $( '#mw-checkuser-cidr-res' ).val( size );
6 - $( '#mw-checkuser-ipnote' ).text( cidr );
 5+ $( '#mw-checkuser-cidr-res' ).val( cidr );
 6+ $( '#mw-checkuser-ipnote' ).text( size );
77 };
88
99 /*

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r88730JS fixes & a little cleanup/modernization on CheckUser...brion18:12, 24 May 2011

Status & tagging log