Fixed IE 8 issue unterminated strings
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user