✴️ Fix double command send when list is refreshed

This commit is contained in:
Sebastien Clement 2020-01-10 18:17:01 +01:00
parent 3aedd26150
commit 961b43188e

View File

@ -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');