From b80b9f31fc3c2941c38d1977a554ff777c7e3399 Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Wed, 16 Mar 2011 00:25:02 -0700 Subject: [PATCH] Small smattering of pixie dust --- plugins/ExtendedProfile/js/profiledetail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ExtendedProfile/js/profiledetail.js b/plugins/ExtendedProfile/js/profiledetail.js index ecc89f8151..c96732b835 100644 --- a/plugins/ExtendedProfile/js/profiledetail.js +++ b/plugins/ExtendedProfile/js/profiledetail.js @@ -16,7 +16,7 @@ SN_EXTENDED.reorder = function(cls) { $(divs).last().find('a.add_row').show(); if (divs.length == 1) { - $(divs).find('a.remove_row').hide(); + $(divs).find('a.remove_row').fadeOut("slow"); } };