mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
fixed bug with rel in cssLoad
This commit is contained in:
parent
6aea54defe
commit
7760db9071
1 changed files with 2 additions and 0 deletions
|
|
@ -653,6 +653,8 @@ CloudClient.cssLoad = function(pParams_o){
|
|||
pParams_o.id,
|
||||
pParams_o.element || document.head);
|
||||
|
||||
lElem.rel = "stylesheet";
|
||||
|
||||
pParams_o.inner &&
|
||||
(lElem.innerHTML = pParams_o.inner);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue