From 8fb65cf8aeaaf66636698310c0168929fc1a2ce0 Mon Sep 17 00:00:00 2001 From: Einar Egilsson Date: Thu, 1 Sep 2011 21:33:28 +0200 Subject: Better pref handling --- chrome/js/settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/js/settings.js') diff --git a/chrome/js/settings.js b/chrome/js/settings.js index 1a190ff..c12562b 100644 --- a/chrome/js/settings.js +++ b/chrome/js/settings.js @@ -93,7 +93,7 @@ $(document).ready(function() { var redirect = $(this.parentNode.parentNode).data('redirect'); if (PromptService.confirm(null, tr("deleteConfirmationTitle"), tr("deleteConfirmationText"))) { Redirector.deleteRedirect(redirect); - $(this.parentNode.parentNode).remove(); + $(this.parentNode.parentNode).fadeOut(function() { $(this).remove(); }); } ev.preventDefault(); }); -- cgit v1.2.3-70-g09d2