]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - js/util.js
This util.min.js is pining for the fjords.
[quix0rs-gnu-social.git] / js / util.js
index 6ff64d7487ed1b1b64a3c28ad8c9391f5588e574..9ec8fa8cd91cb465fc4653bc4267adb001c6286c 100644 (file)
@@ -1421,7 +1421,7 @@ var SN = { // StatusNet
                     var form = $(this);
                     SN.Init.NoticeFormSetup(form);
                 })
-                .find('textarea:first').focus();
+                .find('.notice_data-text').focus();
        }
     },
 
@@ -1480,6 +1480,10 @@ var SN = { // StatusNet
                         });
                     }
                 });
+
+                // Infield labels for notice form inputs.
+                $('.input_forms fieldset fieldset label').inFieldLabels({ fadeOpacity:0 });
+
             }
         },