Fixed IE 8 issue unterminated strings
This commit is contained in:
@@ -493,7 +493,7 @@ function saveProcess()
|
|||||||
},
|
},
|
||||||
failure: function(obj, result) {
|
failure: function(obj, result) {
|
||||||
Ext.Msg.alert( _('ID_ERROR'), resp.result.PRO_UID);
|
Ext.Msg.alert( _('ID_ERROR'), resp.result.PRO_UID);
|
||||||
},
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user