Skip to content
Snippets Groups Projects
Commit 3da9a3f7 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'fix2' into 'pregmod-master'

Use console.error not .log

See merge request !6849
parents 16632d74 c7e1e5e2
No related branches found
No related tags found
1 merge request!6849Use console.error not .log
......@@ -321,7 +321,7 @@ App.UI.quickMenu = (function() {
}
}
} catch (e) {
console.log(e);
console.error(e);
div.append("Quick Links generation failed. Please run ", App.UI.DOM.passageLink("Backwards Compatibility", "Backwards Compatibility"));
}
......
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