|
|
|
@ -51,7 +51,7 @@ function showSubH(/* ... */){
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
function deal_error (argument) {
|
|
|
|
|
$('#OpenWindow-content').html('<span class=\"font_color_orange\" > Network Error:<br/>http_status:' + argument.status + '<br/>statusText:' + argument.statusText + ' <\/span>\n');
|
|
|
|
|
$('#OpenWindow-content').html('<strong>Network Error</strong><span class=\"font_color_orange\" > <br/>http_status:' + argument.status + '<br/>statusText:' + argument.statusText + ' <\/span>\n');
|
|
|
|
|
}
|
|
|
|
|
$.post(post_url,{}, deal_post).error(deal_error);
|
|
|
|
|
}
|
|
|
|
|