From: Samantha Doherty Date: Mon, 18 Apr 2011 04:38:26 +0000 (-0400) Subject: Apply infield labels to notice form inputs. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3b5966430ca1e445507431536cb2f90af350999b;p=quix0rs-gnu-social.git Apply infield labels to notice form inputs. --- diff --git a/js/util.js b/js/util.js index fc8fa281e7..eb4c8286a8 100644 --- a/js/util.js +++ b/js/util.js @@ -1474,6 +1474,10 @@ var SN = { // StatusNet }); } }); + + // Infield labels for notice form inputs. + $('fieldset fieldset label').inFieldLabels({ fadeOpacity:0 }); + } },