switched Pico color
This commit is contained in:
parent
ca283f8024
commit
5d04b1f04d
@ -3,7 +3,6 @@ let msg = 'keine Fehlermeldung gefunden';
|
||||
if (query.has('msg')) {
|
||||
msg = query.get('msg');
|
||||
}
|
||||
let pre = document.createElement('pre');
|
||||
let t = document.createTextNode(msg);
|
||||
pre.append(t);
|
||||
document.getElementById('page-body').append(pre);
|
||||
if ( document.getElementById('error-msg').firstChild != null ) {
|
||||
document.getElementById('error-msg').firstChild.nodeValue = msg;
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user