Skip to content

Commit

Permalink
fixed a bug where settings were not always loaded correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
AykutCevik committed Nov 13, 2020
1 parent 30c8878 commit b59d4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/options.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$(document).ready(function () {
$(window).on("load", function () {
loadSettings();
$('#btnSaveSettings').click(saveSettings);
});
Expand Down

0 comments on commit b59d4bf

Please sign in to comment.