Compare commits

...

2 Commits

1 changed files with 1 additions and 0 deletions

View File

@ -483,6 +483,7 @@ $(function() {
$(this).children("option:selected").each(function () { $(this).children("option:selected").each(function () {
deinit_template_html(target); deinit_template_html(target);
var target = $(this).closest('.attributes').find('.field-type').not('.default'); var target = $(this).closest('.attributes').find('.field-type').not('.default');
deinit_template_html(target);
attributeIndex = $(this).closest('.attributes').index(); attributeIndex = $(this).closest('.attributes').index();
appendIndex = 0 appendIndex = 0
// $(this).closest('.attributes').find('.add-target').find('.input-append').length; // $(this).closest('.attributes').find('.add-target').find('.input-append').length;