Don't use event delegation for sync button
This commit is contained in:
parent
95dc519019
commit
63c84cd362
@ -312,7 +312,7 @@ function initialize() {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
$settings.on("click", "#forceSync", () => {
|
$settings.find("#forceSync").on("click", () => {
|
||||||
syncAllSettings(true);
|
syncAllSettings(true);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user