mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-03 04:37:55 +01:00
Fixed: Data type of update notification (#174)
This commit is contained in:
parent
8477cf41c9
commit
2873d9f53c
@ -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();
|
||||
|
@ -29,6 +29,7 @@
|
||||
<li>Updated: raven.js v3.26.2 -> v3.27.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/183">#183</a>)</li>
|
||||
<li>Updated: vanilla-lazyload v17.1.3 -> v17.3.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/185">#185</a>)</li>
|
||||
<li>Updated: algoliasearch v4.8.0 -> v4.8.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/186">#186</a>)</li>
|
||||
<li>Fixed: Data type of update notification (<a href="https://codeberg.org/nobody/LocalCDN/issues/174">#174</a>)</li>
|
||||
</ul>
|
||||
<div id="generator-section">
|
||||
<div class="topic-label">
|
||||
|
Loading…
x
Reference in New Issue
Block a user