Refactor fixes
This commit is contained in:
@@ -53,7 +53,7 @@ script#products-category-template[type="text/html"]= mustache_template 'user/pro
|
||||
products: category.products,
|
||||
include_order_buttons: false
|
||||
}
|
||||
result_html = Mustache.to_html($('#products-category-template').html(), obj)
|
||||
result_html = Handlebars.compile($('#products-category-template').html())(obj)
|
||||
body.append(result_html)
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user