mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-22 00:57:26 +00:00
Add missing templates from spree_backend
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
$(document).ready(function() {
|
||||
if ($('#customer_autocomplete_template').length > 0) {
|
||||
window.customerTemplate = Handlebars.compile($('#customer_autocomplete_template').text());
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user