Small smattering of pixie dust

This commit is contained in:
Zach Copley 2011-03-16 00:25:02 -07:00
parent 04c2198dc1
commit b80b9f31fc
1 changed files with 1 additions and 1 deletions

View 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");
}
};