From a5c52f501989647fa92694e5657d61794e96680e Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 7 Mar 2012 13:00:48 +0000 Subject: [PATCH] add close button to edit list dialog (fixes #589) --- static/js/pandora/listDialog.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/pandora/listDialog.js b/static/js/pandora/listDialog.js index 2cd327ed6..f268e1720 100644 --- a/static/js/pandora/listDialog.js +++ b/static/js/pandora/listDialog.js @@ -101,6 +101,7 @@ pandora.ui.listDialog = function(section) { } }) ], + closeButton: true, content: pandora.$ui.listDialogTabPanel, maxWidth: width, minHeight: 312,