Index: trunk/phase3/resources/Resources.php |
— | — | @@ -64,6 +64,9 @@ |
65 | 65 | 'jquery.placeholder' => array( |
66 | 66 | 'scripts' => 'resources/jquery/jquery.placeholder.js' |
67 | 67 | ), |
| 68 | + 'jquery.localize' => array( |
| 69 | + 'scripts' => 'resources/jquery/jquery.localize.js' |
| 70 | + ), |
68 | 71 | 'jquery.suggestions' => array( |
69 | 72 | 'scripts' => 'resources/jquery/jquery.suggestions.js', |
70 | 73 | 'styles' => 'resources/jquery/jquery.suggestions.css', |