update notice logic
This commit is contained in:
parent
3d819798dd
commit
9cc4e065c5
1 changed files with 2 additions and 2 deletions
|
@ -263,8 +263,8 @@
|
|||
} else {
|
||||
innot = document.createElement("p");
|
||||
innot.classList.add("innot");
|
||||
innot_text = document.createTextNode(element);
|
||||
innot.appendChild(innot_text);
|
||||
innot_text = element;
|
||||
innot.innerHTML = innot_text;
|
||||
notic.appendChild(innot);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue