{#
* Plugin Name : ProductOption
*
* Copyright (C) BraTech Co., Ltd. All Rights Reserved.
* http://www.bratech.co.jp/
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
#}
{% block javascript %}
<script>
{% for Product in pagination %}
onOptionChange($("form[name=form"+{{ Product.id }}+"]"));
{% endfor %}
</script>
{% endblock %}