This commit is contained in:
catboxanon 2024-03-04 18:46:25 -05:00 committed by GitHub
parent 801461eea2
commit ecffe8513e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -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');