summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2009-09-27 12:38:40 +0000
committerSarven Capadisli <csarven@status.net>2009-09-27 12:38:40 +0000
commit8904f0f67dc8ab79b07d95452171a1d2b0af5efc (patch)
tree78a3edca672f917a4bd475528486bd67f68aa6d7 /plugins
parentc66a884ff5cec1e58a7ba40f310badd3f108d9a5 (diff)
Removing only notie_data-text label from view
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Realtime/realtimeupdate.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Realtime/realtimeupdate.js b/plugins/Realtime/realtimeupdate.js
index 965fea992..fa0334881 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'});
}