Skip to content

Commit 86b68fe

Browse files
committed
Merge branch 'master' into firefox
2 parents 7b7931e + dd0c262 commit 86b68fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

js/options.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,13 @@ document.addEventListener('DOMContentLoaded', function () {
5959
$("#restoredefault").click(function() {
6060
if (confirm(bkg.getLocale("restoredefaultconfirm"))) {
6161
bkg.setDefaultOptions(1);
62+
notification(bkg.getLocale("settingssave"));
6263
}
6364
});
6465
$("#restoredefault2").click(function() {
6566
if (confirm(bkg.getLocale("restoredefaultconfirm2"))) {
6667
bkg.setDefaultOptions(2);
68+
notification(bkg.getLocale("settingssave"));
6769
}
6870
});
6971
syncstatus = localStorage['syncenable'];

0 commit comments

Comments
 (0)