|
@@ -41,7 +41,7 @@ baidu.csJsonFormat = (function(){
|
|
jsonObj = new Function("return " + source)();
|
|
jsonObj = new Function("return " + source)();
|
|
}catch(ex){
|
|
}catch(ex){
|
|
}
|
|
}
|
|
- if(jsonObj) {
|
|
|
|
|
|
+ if(jsonObj && typeof jsonObj == "object") {
|
|
$('body').html(_htmlFragment);
|
|
$('body').html(_htmlFragment);
|
|
_loadCss();
|
|
_loadCss();
|
|
JsonFormatEntrance.clear();
|
|
JsonFormatEntrance.clear();
|