MCPcopy Create free account
hub / github.com/Milkyroad/SCiPNET / appendError

Function appendError

public/src/js/utils.js:1–5  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

1function appendError(text) {
2 $d.append(`<blockquote>↳bash: <span style="color:red">ERROR: </span>${text}</blockquote>${holder} `)
3 scroll()
4 foldTable()
5}
6
7function appendWarn(text) {
8 $d.append(`<blockquote>↳bash: <span style="color:yellow">WARNING: </span>${text}</blockquote>${holder} `)

Callers 14

script.jsFile · 0.90
replyFunction · 0.90
lockoutProcessFunFunction · 0.90
resetPasswordFunction · 0.90
checkLinkLoadedFunction · 0.90
accessFunction · 0.90
registerProcessFunction · 0.90
registerUserWithInfoFunction · 0.90
personnellistClickFunction · 0.90
loginProcessFunction · 0.90
clearanceEditListClickFunction · 0.90
editFunction · 0.90

Calls 2

scrollFunction · 0.85
foldTableFunction · 0.85

Tested by

no test coverage detected