diff --git a/client.js b/client.js index 633eae40..36b58c2c 100644 --- a/client.js +++ b/client.js @@ -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){} \ No newline at end of file +catch(err){} diff --git a/package.json b/package.json index 461cef6a..c53d00ef 100644 --- a/package.json +++ b/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": "*" + } } \ No newline at end of file