Add missing templates from spree_backend

This commit is contained in:
luisramos0
2019-12-26 18:55:52 +00:00
parent 784de340d1
commit 7eba657b2f
4 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
$(document).ready(function() {
if ($('#customer_autocomplete_template').length > 0) {
window.customerTemplate = Handlebars.compile($('#customer_autocomplete_template').text());
}
});