Commit 7b9b116c by doszhang

dos

parent a1f933e6
...@@ -190,7 +190,7 @@ $(document).ready(function () { ...@@ -190,7 +190,7 @@ $(document).ready(function () {
swapArray(flagStack, event.oldIndex, event.newIndex); swapArray(flagStack, event.oldIndex, event.newIndex);
const nodeList = $('.flag-list-content .checked-item'); const nodeList = $('.flag-list-content .checked-item');
for (let i = 0; i < nodeList.length; i++) { for (let i = 0; i < nodeList.length; i++) {
nodeList[i].find('.checked-flag-no').text(i + 1); $(nodeList[i]).find('.checked-flag-no').text(i + 1);
} }
} }
}); });
......
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