r78191 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78190‎ | r78191 | r78192 >
Date:14:51, 10 December 2010
Author:aaron
Status:ok
Tags:
Comment:
Added missing semicolons
Modified paths:
  • /trunk/extensions/CheckUser/CheckUser.php (modified) (history)
  • /trunk/extensions/CheckUser/checkuser.js (modified) (history)

Diff [purge]

Index: trunk/extensions/CheckUser/CheckUser.php
@@ -74,7 +74,7 @@
7575 'scripts' => 'checkuser.js',
7676 'dependencies' => array( 'mediawiki.legacy.block' ), // IP stuff
7777 'localBasePath' => dirname( __FILE__ ),
78 - 'remoteExtPath' => 'CheckUser',
 78+ 'remoteExtPath' => 'CheckUser',
7979 );
8080
8181 // TODO: move hooks to CheckUser.hooks.php
Index: trunk/extensions/CheckUser/checkuser.js
@@ -214,7 +214,7 @@
215215 document.getElementById( 'mw-checkuser-ipnote' ).innerHTML = '';
216216 }
217217
218 -}
 218+};
219219 addOnloadHook( updateCIDRresult );
220220
221221 // Utility function to convert hex to integers
@@ -250,4 +250,4 @@
251251 intform += digit * Math.pow( 16, hex.length - 1 - i );
252252 }
253253 return intform;
254 -}
 254+};

Status & tagging log