]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Apply infield labels to notice form inputs.
authorSamantha Doherty <sammy@status.net>
Mon, 18 Apr 2011 04:38:26 +0000 (00:38 -0400)
committerSamantha Doherty <sammy@status.net>
Mon, 18 Apr 2011 04:38:26 +0000 (00:38 -0400)
js/util.js

index fc8fa281e713e5abc4d7fe822b37005b72d264d5..eb4c8286a88f49b6953f9a9b3dd52c737774ca13 100644 (file)
@@ -1474,6 +1474,10 @@ var SN = { // StatusNet
                         });
                     }
                 });
+
+                // Infield labels for notice form inputs.
+                $('fieldset fieldset label').inFieldLabels({ fadeOpacity:0 });
+
             }
         },