From 3b5966430ca1e445507431536cb2f90af350999b Mon Sep 17 00:00:00 2001 From: Samantha Doherty Date: Mon, 18 Apr 2011 00:38:26 -0400 Subject: [PATCH] Apply infield labels to notice form inputs. --- js/util.js | 4 ++++ 1 file changed, 4 insertions(+) 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 }); + } }, -- 2.39.5