From: Trevor Parscal Date: Mon, 6 Dec 2010 16:09:50 +0000 (+0000) Subject: Added localize registration. X-Git-Tag: 1.31.0-rc.0~33518 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=a8784e310df079139c60bdaccdeeb3b9dfb83ee9;p=lhc%2Fweb%2Fwiklou.git Added localize registration. --- diff --git a/resources/Resources.php b/resources/Resources.php index 185aca2157..c533da6125 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -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',