|
|
|
@ -31,7 +31,7 @@
|
|
|
|
|
success: function (result, textStatus) {
|
|
|
|
|
if (result.name === 'no') {
|
|
|
|
|
error_msg='';
|
|
|
|
|
$.each(responseText.value, function (index, element) {
|
|
|
|
|
$.each(result.value, function (index, element) {
|
|
|
|
|
error_msg=error_msg+'line '+element.line+' col '+element.col+' :'+element.message+' ';
|
|
|
|
|
});
|
|
|
|
|
$(msg_obj).html("保存失败,AMP语法错误!"+'<i class="glyphicon glyphicon-education" title="'+error_msg+'"></i>');
|
|
|
|
|