Commit ecffe851 authored by catboxanon's avatar catboxanon Committed by GitHub

Lint

parent 801461ee
......@@ -588,7 +588,9 @@ function extraNetworksShowMetadata(text) {
popup(table);
return;
}
} catch (error) { console.debug(error); }
} catch (error) {
console.eror(error);
}
var elem = document.createElement('pre');
elem.classList.add('popup-metadata');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment