mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-22 17:22:58 +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');
|
let id = this.getAttribute('data-id');
|
||||||
console.log(id);
|
console.log(id);
|
||||||
});
|
});
|
||||||
|
$('.manual-back-list').unbind();
|
||||||
$('.manual-back-list').click(function() {
|
$('.manual-back-list').click(function() {
|
||||||
let id = this.getAttribute('data-id');
|
let id = this.getAttribute('data-id');
|
||||||
let name = this.getAttribute('data-name');
|
let name = this.getAttribute('data-name');
|
||||||
|
Loading…
Reference in New Issue
Block a user