mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
t
This commit is contained in:
parent
80dcbb6098
commit
539edeb244
2 changed files with 10 additions and 4 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;
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
@ -713,4 +713,4 @@ try{
|
|||
CloudCommander.keyBinding();
|
||||
};
|
||||
}
|
||||
catch(err){}
|
||||
catch(err){}
|
||||
|
|
|
|||
10
package.json
10
package.json
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cloudcmd",
|
||||
"version": "0.0.1-11",
|
||||
"version": "0.0.1-12",
|
||||
"scripts": {
|
||||
"test": "sh test/test.sh",
|
||||
"start": "server.js"
|
||||
|
|
@ -8,5 +8,11 @@
|
|||
"engines": {
|
||||
"node": "0.6.x"
|
||||
},
|
||||
"subdomain": "cloudcmd"
|
||||
"subdomain": "cloudcmd",
|
||||
"dependencies": {
|
||||
"zlib": "*",
|
||||
"uglify-js": "*",
|
||||
"html-minifier": "*",
|
||||
"clean-css": "*"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue