This commit is contained in:
MrZYX 2011-03-09 15:49:16 +01:00
parent 0d1133cd51
commit 5631e45b6d

View file

@ -13,7 +13,7 @@
asHtmlID: "contact_ids", asHtmlID: "contact_ids",
keyDelay: 0, keyDelay: 0,
startText: '', startText: '',
emptyText: #{t('.no_results')} emptyText: '#{t('.no_results')}',
preFill: [{ 'name' : "#{params[:name]}", preFill: [{ 'name' : "#{params[:name]}",
'value' : "#{params[:contact_id]}"}] 'value' : "#{params[:contact_id]}"}]
}); });