Removing only notie_data-text label from view
This commit is contained in:
parent
c66a884ff5
commit
8904f0f67d
|
@ -147,7 +147,7 @@ RealtimeUpdate = {
|
||||||
'margin':'18px 0 18px 1.795%',
|
'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'});
|
$('.notices li:first-child').css({'border-top':'none'});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user