mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 08:54:10 +00:00
in cssSet innerText changed to innerHTML because firefox doesn't recognize it.
This commit is contained in:
parent
f925aa4355
commit
04d9dbf33c
1 changed files with 1 additions and 1 deletions
|
|
@ -627,7 +627,7 @@ CloudClient.cssSet = function(pParams_o){
|
|||
pParams_o.style,
|
||||
pParams_o.id,
|
||||
pParams_o.element?pParams_o.element:document.body);
|
||||
lElem.innerText=pParams_o.inner;
|
||||
lElem.innerHTML=pParams_o.inner;
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue