Change: always set updateUrl
This commit is contained in:
parent
2642206e32
commit
7ca993821a
|
@ -222,7 +222,7 @@
|
||||||
setUpdate.checked = true;
|
setUpdate.checked = true;
|
||||||
// there is no way to "unset" updateUrl, you can only overwrite it.
|
// there is no way to "unset" updateUrl, you can only overwrite it.
|
||||||
setUpdate.disabled = true;
|
setUpdate.disabled = true;
|
||||||
} else if (!dup && updateUrl.protocol !== 'file:') {
|
} else if (updateUrl.protocol !== 'file:') {
|
||||||
setUpdate.checked = true;
|
setUpdate.checked = true;
|
||||||
style.updateUrl = updateUrl.href;
|
style.updateUrl = updateUrl.href;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user