update product-detail
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
{% include javascript/global %}
|
||||
|
||||
{% if global.module.name == 'home' %}
|
||||
{% include javascript/homepage %}
|
||||
{% if global.name == 'home' %}
|
||||
{% include javascript/homepage %}
|
||||
{% endif %}
|
||||
|
||||
{% if global.name == 'product' %}
|
||||
{% include javascript/product_form %}
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user