fixed bug with rel in cssLoad

This commit is contained in:
coderaiser 2012-07-17 12:00:32 +03:00
parent 6aea54defe
commit 7760db9071

View file

@ -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);
};