Skip to content

Commit

Permalink
Merge branch 'master' into firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
andryou committed Dec 5, 2017
2 parents 7b7931e + dd0c262 commit 86b68fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,13 @@ document.addEventListener('DOMContentLoaded', function () {
$("#restoredefault").click(function() {
if (confirm(bkg.getLocale("restoredefaultconfirm"))) {
bkg.setDefaultOptions(1);
notification(bkg.getLocale("settingssave"));
}
});
$("#restoredefault2").click(function() {
if (confirm(bkg.getLocale("restoredefaultconfirm2"))) {
bkg.setDefaultOptions(2);
notification(bkg.getLocale("settingssave"));
}
});
syncstatus = localStorage['syncenable'];
Expand Down

0 comments on commit 86b68fe

Please sign in to comment.