import annotations dialog: empty status message on file change
This commit is contained in:
parent
058350c241
commit
3a00f73b9d
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ pandora.ui.importAnnotationsDialog = function(options) {
|
|||
})
|
||||
.bindEvent({
|
||||
change: function(data) {
|
||||
status.empty();
|
||||
that[
|
||||
data.value.length ? 'enableButton' : 'disableButton'
|
||||
]('import');
|
||||
|
|
Loading…
Reference in a new issue