diff --git a/pages/options/options.js b/pages/options/options.js index 5b04a211..223892fe 100644 --- a/pages/options/options.js +++ b/pages/options/options.js @@ -435,6 +435,10 @@ options._onOptionChanged = function ({ target }) { optionValue = target.value; } + if (optionKey === Setting.UPDATE_NOTIFICATION) { + optionValue = parseInt(optionValue); + } + if (optionKey === Setting.BLOCK_MISSING) { if (optionValue === true) { options._renderBlockMissingNotice(); diff --git a/pages/updates/updates.html b/pages/updates/updates.html index ae0c66d4..9b663602 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -29,6 +29,7 @@