Fixing options
This commit is contained in:
parent
809e4f855f
commit
cc33a30b5e
@ -38,7 +38,7 @@ $('#saveOptions').click(() => {
|
|||||||
saveOptions(opts, () => {
|
saveOptions(opts, () => {
|
||||||
$('.notifyAlerts').hide();
|
$('.notifyAlerts').hide();
|
||||||
$('#notifySave').slideDown();
|
$('#notifySave').slideDown();
|
||||||
chrome.extension.getBackgroundPage().yomichan.updateOptions(opts);
|
chrome.extension.getBackgroundPage().yomichan.setOptions(opts);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user