Commit c59e5cc0 by doszhang

dos

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