Fixed IE 8 issue unterminated strings

This commit is contained in:
abraar
2011-02-11 06:50:53 +00:00
parent 4fdc81b72c
commit 608ee13869

View File

@@ -493,7 +493,7 @@ function saveProcess()
},
failure: function(obj, result) {
Ext.Msg.alert( _('ID_ERROR'), resp.result.PRO_UID);
},
}
});
}