mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 02:29:23 +00:00
refactor(edward) showMessage
This commit is contained in:
parent
bc1bca7922
commit
08c5f0471d
1 changed files with 1 additions and 1 deletions
|
|
@ -44,8 +44,8 @@ var join, DOM;
|
|||
Element.appendChild(ElementMsg);
|
||||
}
|
||||
|
||||
ElementMsg.hidden = false;
|
||||
ElementMsg.textContent = text;
|
||||
ElementMsg.hidden = false;
|
||||
|
||||
setTimeout(function() {
|
||||
ElementMsg.hidden = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue