Skip to content

Commit 438549f

Browse files
committed
ttt
1 parent 7eded76 commit 438549f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

OpenFlow/src/public/Controllers.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1996,6 +1996,8 @@ module openflow {
19961996
$('#workflowform :button').addClass("disabled");
19971997
$("#workflowform :input").unbind();
19981998
$("#workflowform :button").unbind();
1999+
$("#workflowform :input").off("click");
2000+
$("#workflowform :button").off("click");
19992001
}
20002002
if (!this.$scope.$$phase) { this.$scope.$apply(); }
20012003
}

0 commit comments

Comments
 (0)