From 8abedf43fcade97e3321e1026a1f1a7edcc1ba2c Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Mon, 3 Jun 2013 15:45:54 +0200 Subject: [PATCH] Use ocdialog.modal instead of dimming contactlist. --- js/app.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/js/app.js b/js/app.js index 291583d9..1201d9aa 100644 --- a/js/app.js +++ b/js/app.js @@ -1203,8 +1203,8 @@ OC.Contacts = OC.Contacts || { } $mergeList.append($li); }); - this.$contactList.addClass('dim'); $('#merge_contacts_dialog').html($dlg).ocdialog({ + modal: true, closeOnEscape: true, title: t('contacts', 'Merge contacts'), height: 'auto', width: 'auto', @@ -1242,7 +1242,6 @@ OC.Contacts = OC.Contacts || { close: function(event, ui) { $(this).ocdialog('destroy').remove(); $('#add_group_dialog').remove(); - self.$contactList.removeClass('dim'); }, open: function(event, ui) { $dlg.find('input').focus();