|
@ -28,6 +28,8 @@ $(document).ready(function () { |
|
|
activeLink.parent().addClass('active'); |
|
|
activeLink.parent().addClass('active'); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
|
const tables = document.querySelectorAll('.py-attribute-table[data-move-to-id]'); |
|
|
const tables = document.querySelectorAll('.py-attribute-table[data-move-to-id]'); |
|
|
tables.forEach(table => { |
|
|
tables.forEach(table => { |
|
|
let element = document.getElementById(table.getAttribute('data-move-to-id')); |
|
|
let element = document.getElementById(table.getAttribute('data-move-to-id')); |
|
@ -36,4 +38,3 @@ $(document).ready(function () { |
|
|
parent.insertBefore(table, element.nextSibling); |
|
|
parent.insertBefore(table, element.nextSibling); |
|
|
}); |
|
|
}); |
|
|
}); |
|
|
}); |
|
|
}); |
|
|
|
|
|