r73036 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r73035‎ | r73036 | r73037 >
Date:01:03, 15 September 2010
Author:tparscal
Status:ok
Tags:
Comment:
Registered jquery.client
Modified paths:
  • /trunk/phase3/resources/Resources.php (modified) (history)

Diff [purge]

Index: trunk/phase3/resources/Resources.php
@@ -27,6 +27,9 @@
2828 'jquery.autoEllipsis' => new ResourceLoaderFileModule(
2929 array( 'scripts' => 'resources/jquery/jquery.autoEllipsis.js' )
3030 ),
 31+ 'jquery.client' => new ResourceLoaderFileModule(
 32+ array( 'scripts' => 'resources/jquery/jquery.client.js' )
 33+ ),
3134 'jquery.color' => new ResourceLoaderFileModule(
3235 array( 'scripts' => 'resources/jquery/jquery.color.js' )
3336 ),

Status & tagging log