diff options
Diffstat (limited to 'app/views/exports/new.js.coffee')
| -rw-r--r-- | app/views/exports/new.js.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/exports/new.js.coffee b/app/views/exports/new.js.coffee index 01835f404..0886f53c9 100644 --- a/app/views/exports/new.js.coffee +++ b/app/views/exports/new.js.coffee @@ -1,4 +1,4 @@ jQuery -> <% Export.references_types.map { |type| type_ids_model_references_type( Export, type)}.each do |rt| %> - $("textarea.<%= rt.input_class %>").tokenInput('<%= references_referential_compliance_check_tasks_path(@referential, :type => rt.relation_name, :format => :json) %>', { prePopulate: $('#').data('pre'), minChars: 1 }); + $("textarea.<%= rt.input_class %>").tokenInput('<%= references_referential_compliance_check_tasks_path(@referential, :type => rt.relation_name, :format => :json) %>', { prePopulate: $('#').data('pre'), minChars: 1, hintText: '<%= t('search_hint') %>', noResultsText: '<%= t('no_result_text') %>', searchingText: '<%= t('searching_term') %>'}); <% end %> |
