Skip to content

Commit cfa6145

Browse files
committed
test 3
1 parent 34f6b98 commit cfa6145

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
@@ -1990,7 +1990,7 @@ module openflow {
19901990
});
19911991
}
19921992
$('#workflowform :input').prop("disabled", true);
1993-
$('#workflowform :button').prop("disabled", true);
1993+
$('#workflowform :button').attr("disabled", (true as any));
19941994
if (!this.$scope.$$phase) { this.$scope.$apply(); }
19951995
}
19961996

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.525
1+
0.0.526

0 commit comments

Comments
 (0)