Added localize registration.
authorTrevor Parscal <tparscal@users.mediawiki.org>
Mon, 6 Dec 2010 16:09:50 +0000 (16:09 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Mon, 6 Dec 2010 16:09:50 +0000 (16:09 +0000)
resources/Resources.php

index 185aca2..c533da6 100644 (file)
@@ -64,6 +64,9 @@ return array(
        'jquery.placeholder' => array(
                'scripts' => 'resources/jquery/jquery.placeholder.js'
        ),
+       'jquery.localize' => array(
+               'scripts' => 'resources/jquery/jquery.localize.js'
+       ),
        'jquery.suggestions' => array(
                'scripts' => 'resources/jquery/jquery.suggestions.js',
                'styles' => 'resources/jquery/jquery.suggestions.css',