From 5251a5a4f18bb09f227434c77ddbf75fde622f27 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sat, 17 Mar 2012 01:21:29 +0100 Subject: [PATCH] show close button on cancel --- static/js/pandora/uploadDialog.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/pandora/uploadDialog.js b/static/js/pandora/uploadDialog.js index e1ec6f67a..fe05406cd 100644 --- a/static/js/pandora/uploadDialog.js +++ b/static/js/pandora/uploadDialog.js @@ -34,6 +34,7 @@ pandora.ui.uploadDialog = function(data) { pandora.firefogg && pandora.firefogg.cancel(); pandora.$ui.upload && pandora.$ui.upload.abort(); actionButton.options('title', 'Select Video'); + closeButton.show(); } else { actionButton.options('title', 'Cancel'); closeButton.hide();