]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Small smattering of pixie dust
authorZach Copley <zach@status.net>
Wed, 16 Mar 2011 07:25:02 +0000 (00:25 -0700)
committerZach Copley <zach@status.net>
Wed, 16 Mar 2011 07:25:02 +0000 (00:25 -0700)
plugins/ExtendedProfile/js/profiledetail.js

index ecc89f8151b798363aeab5277b59e23ccb7a2e6e..c96732b8352476fb9d9b1a1fc42884d107ca5f9b 100644 (file)
@@ -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");
     }
 };