forked from 0x2620/pandora
show close button on cancel
This commit is contained in:
parent
22f7e504e4
commit
5251a5a4f1
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ pandora.ui.uploadDialog = function(data) {
|
||||||
pandora.firefogg && pandora.firefogg.cancel();
|
pandora.firefogg && pandora.firefogg.cancel();
|
||||||
pandora.$ui.upload && pandora.$ui.upload.abort();
|
pandora.$ui.upload && pandora.$ui.upload.abort();
|
||||||
actionButton.options('title', 'Select Video');
|
actionButton.options('title', 'Select Video');
|
||||||
|
closeButton.show();
|
||||||
} else {
|
} else {
|
||||||
actionButton.options('title', 'Cancel');
|
actionButton.options('title', 'Cancel');
|
||||||
closeButton.hide();
|
closeButton.hide();
|
||||||
|
|
Loading…
Reference in a new issue