Skip to content

Commit acbadff

Browse files
committed
121212
1 parent cd45045 commit acbadff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

OpenFlow/src/public/Controllers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1985,7 +1985,7 @@ module openflow {
19851985
$('#workflowform :input').addClass("disabled");
19861986
$('#workflowform :button').addClass("disabled");
19871987

1988-
$('button[type="button"]').hide();
1988+
$('#workflowform :button').hide();
19891989
$('input[type="submit"]').hide();
19901990
}
19911991
if (!this.$scope.$$phase) { this.$scope.$apply(); }

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.529
1+
0.0.530

0 commit comments

Comments
 (0)