We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd45045 commit acbadffCopy full SHA for acbadff
2 files changed
OpenFlow/src/public/Controllers.ts
@@ -1985,7 +1985,7 @@ module openflow {
1985
$('#workflowform :input').addClass("disabled");
1986
$('#workflowform :button').addClass("disabled");
1987
1988
- $('button[type="button"]').hide();
+ $('#workflowform :button').hide();
1989
$('input[type="submit"]').hide();
1990
}
1991
if (!this.$scope.$$phase) { this.$scope.$apply(); }
VERSION
@@ -1 +1 @@
1
-0.0.529
+0.0.530
0 commit comments