We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34f6b98 commit cfa6145Copy full SHA for cfa6145
2 files changed
OpenFlow/src/public/Controllers.ts
@@ -1990,7 +1990,7 @@ module openflow {
1990
});
1991
}
1992
$('#workflowform :input').prop("disabled", true);
1993
- $('#workflowform :button').prop("disabled", true);
+ $('#workflowform :button').attr("disabled", (true as any));
1994
if (!this.$scope.$$phase) { this.$scope.$apply(); }
1995
1996
VERSION
@@ -1 +1 @@
1
-0.0.525
+0.0.526
0 commit comments