mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
Update client.js
This commit is contained in:
parent
b8068d0567
commit
af20556273
1 changed files with 1 additions and 1 deletions
|
|
@ -276,7 +276,7 @@ CloudClient.Util = (function(){
|
|||
*/
|
||||
this.cssLoad = function(pParams_o){
|
||||
pParams_o.name = 'link';
|
||||
pParams_o.element = pParams_o.parent || document.head;
|
||||
pParams_o.parent = pParams_o.parent || document.head;
|
||||
var lElem = this.anyload(pParams_o);
|
||||
|
||||
lElem &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue