fix bug in javascript i18n
This commit is contained in:
parent
36b18bcfbd
commit
22b3f3a491
1 changed files with 3 additions and 3 deletions
|
@ -38,9 +38,9 @@
|
|||
$("##{f.object.class.to_s.underscore}_user_tokens").tokenInput("#{users_path(:format => :json)}", {
|
||||
crossDomain: false,
|
||||
prePopulate: $("##{f.object.class.to_s.underscore}_user_tokens").data("pre"),
|
||||
hintText: #{t('.search_user')},
|
||||
noResultText: #{t('.user_not_found')}
|
||||
searchingText: #{t('.search')},
|
||||
hintText: '#{t('.search_user')}',
|
||||
noResultText: '#{t('.user_not_found')}',
|
||||
searchingText: '#{t('.search')}',
|
||||
theme: 'facebook'
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue