mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
fix(help) remove pre
This commit is contained in:
parent
d0be3448e4
commit
e2e631aa82
2 changed files with 8 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue