Skip to content

Commit

Permalink
minor data source profile change
Browse files Browse the repository at this point in the history
  • Loading branch information
cigamit committed Mar 27, 2016
1 parent 34934e5 commit aea9662
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion data_source_profiles.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
<?php }else{ ?>
Expand Down

0 comments on commit aea9662

Please sign in to comment.