fix(help) remove pre

This commit is contained in:
coderaiser 2013-06-26 12:49:41 +00:00
parent d0be3448e4
commit e2e631aa82
2 changed files with 8 additions and 2 deletions

View file

@ -82,7 +82,7 @@ getJSONfromFileTable.
* feature(console) jquery-terminal -> jq-console
* fix(console) remove outline on focus
* fix(help) remove pre
2012.04.22, v0.2.0

View file

@ -32,8 +32,14 @@ var CloudCmd, Util, DOM;
url : 'https://api.github.com/markdown',
data : Util.stringifyJSON(lData),
success:function(pResult){
var lDiv = DOM.anyload({
name : 'div',
style : 'white-space: normal;',
inner : pResult.toString()
});
Images.hideLoad();
CloudCmd.View.show(pResult);
CloudCmd.View.show(lDiv);
},
error: Images.showError