Registered jquery.client
authorTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 15 Sep 2010 01:03:53 +0000 (01:03 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 15 Sep 2010 01:03:53 +0000 (01:03 +0000)
resources/Resources.php

index 5d37835..89022ad 100644 (file)
@@ -27,6 +27,9 @@ return array(
        'jquery.autoEllipsis' => new ResourceLoaderFileModule(
                array( 'scripts' => 'resources/jquery/jquery.autoEllipsis.js' )
        ),
+       'jquery.client' => new ResourceLoaderFileModule(
+               array( 'scripts' => 'resources/jquery/jquery.client.js' )
+       ),
        'jquery.color' => new ResourceLoaderFileModule(
                array( 'scripts' => 'resources/jquery/jquery.color.js' )
        ),