Added localize registration.
This commit is contained in:
parent
8a345e3189
commit
a8784e310d
1 changed files with 3 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue