fix redefied bug
This commit is contained in:
8
globals.js
Normal file
8
globals.js
Normal 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',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user