mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-22 01:02:59 +01:00
✴️ Fix double command send when list is refreshed
This commit is contained in:
parent
3aedd26150
commit
961b43188e
@ -471,7 +471,7 @@
|
||||
let id = this.getAttribute('data-id');
|
||||
console.log(id);
|
||||
});
|
||||
|
||||
$('.manual-back-list').unbind();
|
||||
$('.manual-back-list').click(function() {
|
||||
let id = this.getAttribute('data-id');
|
||||
let name = this.getAttribute('data-name');
|
||||
|
Loading…
Reference in New Issue
Block a user