fix redefied bug

This commit is contained in:
qcrao
2023-10-19 20:17:57 +08:00
parent b760a1837b
commit 9b9406a22d
3 changed files with 9 additions and 6 deletions

8
globals.js Normal file
View File

@@ -0,0 +1,8 @@
let lastChecked = null;
const Selectors = {
conversationsCheckbox: '.conversation-checkbox:checked',
deleteButton: 'nav div a>div>button:nth-child(2)',
confirmDeleteButton: 'button.btn.btn-danger',
};