Fixed IE 8 issue unterminated strings

This commit is contained in:
abraar
2011-02-10 13:35:14 +00:00
parent 26cab29948
commit f13b9684d8

View File

@@ -1661,7 +1661,6 @@ MyWorkflow.prototype.showEventResult = function(btn){
Ext.Ajax.request({
url: "processes_Ajax.php"+ url,
success: function(response) {
if(iVal == 0)
workflow.getCommandStack().execute(new CommandDelete(workflow.oConn));
},
failure: function(){