Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoranzhou committed Nov 19, 2024
1 parent c879d8e commit 5b35908
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2728,7 +2728,7 @@
document.querySelectorAll("div[role=tooltip ]")[0].remove();
document.querySelectorAll("[class='modal-backdrop show']")[0].remove();
document.querySelector("body").classList.remove("tour-active-element");
callback;
issue_warning_show(), remove_all_warnings(), callback;
}
return reminders;
}
Expand Down Expand Up @@ -2805,12 +2805,12 @@
return false;
}
} else {
update_reminder(compared_list, warning_element_children, export2word1(element, window.doc_name+ Date().toLocaleString().slice(19)));
update_reminder(compared_list, warning_element_children);
}

} else {

update_reminder(compared_list, warning_element_children, export2word1(element, window.doc_name+ Date().toLocaleString().slice(19)));
update_reminder(compared_list, warning_element_children);
}
}

Expand Down

0 comments on commit 5b35908

Please sign in to comment.