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({
|
.bindEvent({
|
||||||
change: function(data) {
|
change: function(data) {
|
||||||
|
status.empty();
|
||||||
that[
|
that[
|
||||||
data.value.length ? 'enableButton' : 'disableButton'
|
data.value.length ? 'enableButton' : 'disableButton'
|
||||||
]('import');
|
]('import');
|
||||||
|
|
Loading…
Reference in a new issue