Compare commits
No commits in common. "397046e9b4cec7541f2016f47835371cb246d591" and "a934972e72f7938f5c2a3c8a7be9960b062ef343" have entirely different histories.
397046e9b4
...
a934972e72
|
@ -483,7 +483,6 @@ $(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