From: Zach Copley Date: Wed, 16 Mar 2011 07:25:02 +0000 (-0700) Subject: Small smattering of pixie dust X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b80b9f31fc3c2941c38d1977a554ff777c7e3399;p=quix0rs-gnu-social.git Small smattering of pixie dust --- 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"); } };