Compare commits
2 Commits
a934972e72
...
397046e9b4
Author | SHA1 | Date |
---|---|---|
chiu | 397046e9b4 | |
邱博亞 | ca4a2f86f2 |
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue