Files
openfoodnetwork/app/views/admin/enterprises/form/_properties.html.haml
2015-04-02 11:30:32 +11:00

13 lines
388 B
Plaintext

= render 'admin/producer_properties/form', f: f
// :javascript
// var properties = #{raw(@properties.to_json)};
//
// $("#producer_properties input.autocomplete").live("keydown", function() {
// already_auto_completed = $(this).is('ac_input');
// if (!already_auto_completed) {
// $(this).autocomplete({source: properties});
// $(this).focus();
// }
// });