[#181] update function name

This commit is contained in:
Robin Scholtes 2023-05-23 20:05:27 +12:00
parent 6e6d6e0ed5
commit 4e67556518
2 changed files with 1 additions and 12 deletions

View file

@ -150,7 +150,7 @@ class Manager {
// Operations
this.addMultiEventListener("#search", "keyup paste search click", this.ops.searchOperations, this.ops);
this.addDynamicListener(".op-list li.operation", "dblclick", this.ops.operationDblclick, this.ops);
document.getElementById("close-operations-dropdown").addEventListener("click", this.ops.closeOperationsDropdown.bind(this.ops));
document.getElementById("close-ops-dropdown-icon").addEventListener("click", this.ops.closeOpsDropdown.bind(this.ops));
document.getElementById("edit-favourites").addEventListener("click", this.ops.editFavouritesClick.bind(this.ops));
document.getElementById("save-favourites").addEventListener("click", this.ops.saveFavouritesClick.bind(this.ops));
document.getElementById("reset-favourites").addEventListener("click", this.ops.resetFavouritesClick.bind(this.ops));

View file

@ -1,11 +0,0 @@
# TODOS 181
## Temporary file to list todos for keeping oversight for issue [181]
---
#### Mobile UI ( on real device ):
- maybe a bit annoying that the fav cat opens after adding a favourite, after tapping 'search'. find HTMLCat and populateOperationsList
### Misc:
- delete this file when done :)