]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Removing only notie_data-text label from view
authorSarven Capadisli <csarven@status.net>
Sun, 27 Sep 2009 12:38:40 +0000 (12:38 +0000)
committerSarven Capadisli <csarven@status.net>
Sun, 27 Sep 2009 12:38:40 +0000 (12:38 +0000)
plugins/Realtime/realtimeupdate.js

index 965fea99266bbf79854c2a9f4e68a013fbd2538a..fa0334881b61ec0f1abeac9405f62f8dcea6d626 100644 (file)
@@ -147,7 +147,7 @@ RealtimeUpdate = {
             'margin':'18px 0 18px 1.795%',
          });
 
-         $('#form_notice label, h1').css({'display': 'none'});
+         $('#form_notice label[for=notice_data-text], h1').css({'display': 'none'});
 
          $('.notices li:first-child').css({'border-top':'none'});
      }