From aea9662f6330ab91d63dcee0d262a2470a224384 Mon Sep 17 00:00:00 2001 From: cigamit Date: Sun, 27 Mar 2016 10:49:49 -0500 Subject: [PATCH] minor data source profile change --- data_source_profiles.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/data_source_profiles.php b/data_source_profiles.php index 6a11deaa5a..50758cbae8 100644 --- a/data_source_profiles.php +++ b/data_source_profiles.php @@ -555,7 +555,12 @@ function profile_edit() { $.get(request, function(data) { $('#cdialog').html(data); applySkin(); - $('#cdialog').dialog({ title: 'Delete Data Source Profile Item', minHeight: 80, minWidth: 500 }); + $('#cdialog').dialog({ + title: 'Delete Data Source Profile Item', + close: function () { $('.delete').blur(); $('.selectable').removeClass('selected'); }, + minHeight: 80, + minWidth: 500 + }); }); }).css('cursor', 'pointer');