Commit e755633d by doszhang

dos

parent 212115d6
...@@ -363,6 +363,7 @@ function addFlagToList(text) { ...@@ -363,6 +363,7 @@ function addFlagToList(text) {
let flagText = $('<div class="checked-flag-text">' + text + '</div>'); let flagText = $('<div class="checked-flag-text">' + text + '</div>');
item.append(flagNo); item.append(flagNo);
item.append(flagText); item.append(flagText);
$('.flag-page .flag-list-content').append('item');
} }
function showFlagPage() { function showFlagPage() {
......
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