From: Sarven Capadisli Date: Sun, 27 Sep 2009 12:38:40 +0000 (+0000) Subject: Removing only notie_data-text label from view X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8904f0f67dc8ab79b07d95452171a1d2b0af5efc;p=quix0rs-gnu-social.git Removing only notie_data-text label from view --- diff --git a/plugins/Realtime/realtimeupdate.js b/plugins/Realtime/realtimeupdate.js index 965fea9926..fa0334881b 100644 --- a/plugins/Realtime/realtimeupdate.js +++ b/plugins/Realtime/realtimeupdate.js @@ -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'}); }