Skip to content

Commit 7e93d79

Browse files
committed
fixed problem on edit work item dialog close
1 parent c84b9b3 commit 7e93d79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/src/timer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ function() {
9090
}
9191
},
9292
close: function() {
93+
var form = dialogWorkItemEditForm.find( "form" );
9394
form[ 0 ].reset();
9495
}
9596
});

0 commit comments

Comments
 (0)