Skip to content
Snippets Groups Projects
Commit 61331923 authored by Gabriel Zachmann's avatar Gabriel Zachmann
Browse files

fix broken discovery

parent 18b16bb8
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ const configElements = [
]
function discovery() {
if (storageGet('discovery') !== undefined) {
if (storageGet('discovery') !== null) {
return;
}
$.ajax({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment