diff --git a/workflow/engine/templates/bpmn/MyWorkflow.js b/workflow/engine/templates/bpmn/MyWorkflow.js index 3a32b38af..2f0b7d420 100755 --- a/workflow/engine/templates/bpmn/MyWorkflow.js +++ b/workflow/engine/templates/bpmn/MyWorkflow.js @@ -282,8 +282,6 @@ this.canvasGateway.on('contextmenu', function(e) { MyWorkflow.prototype.AddSubProcessContextMenu=function(_4092) { this.canvasSubProcess = Ext.get(_4092.id); - //var currentSelection = _4092.scope.currentSelection; - //var pmosExtObj = new pmosExt(); this.contextSubProcessmenu = new Ext.menu.Menu({ items: [ { @@ -705,9 +703,6 @@ MyWorkflow.prototype.editSubProcessProperties= function(_3525) title: 'Variables Out', collapsible: false, labelAlign: 'top', - //autoHeight:true, - //width: 600, - //defaultType: 'textfield', items:[variableOutGrid] }, { diff --git a/workflow/engine/templates/bpmn/bpmnShapes.js b/workflow/engine/templates/bpmn/bpmnShapes.js index facbea6ce..c7af93066 100755 --- a/workflow/engine/templates/bpmn/bpmnShapes.js +++ b/workflow/engine/templates/bpmn/bpmnShapes.js @@ -18,8 +18,6 @@ bpmnTask.prototype.type = "bpmnTask" bpmnTask.prototype.coord_converter = function (bound_width, bound_height, text_length) { - //bound_width = this.workflow.currentSelection.width; - //bound_height = this.workflow.currentSelection.height; input_width = text_length * 6 input_height = 10 diff --git a/workflow/engine/templates/bpmn/processmap.js b/workflow/engine/templates/bpmn/processmap.js index 2c75a39b1..74c1c2052 100755 --- a/workflow/engine/templates/bpmn/processmap.js +++ b/workflow/engine/templates/bpmn/processmap.js @@ -8,8 +8,7 @@ Ext.onReady ( function() { //Getting process id from the URL using getUrlvars function var pro_uid = getUrlVars(); - if(typeof pro_uid != 'undefined') - { + if(typeof pro_uid !== 'undefined') { Ext.Ajax.request({ url: 'openProcess.php?PRO_UID=' + pro_uid, success: function(response) { @@ -42,18 +41,19 @@ Ext.onReady ( function() { margins:'3 0 3 3', cmargins:'3 3 3 3', items:{ - html:'





















