Commit d3de4ff6 by doszhang

dos

parent 965173ed
......@@ -187,6 +187,9 @@ $(document).ready(function () {
onEnd: function (event) {
const dragEl = $(event.item);
dragEl.find('.btn-checked-item-delete').css('color', '#c30101');
swapArray(flagStack, event.oldIndex, event.newIndex);
console.log(flagStack);
}
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment