mirror of
https://github.com/mgrove36/bbc-young-reporter.git
synced 2026-03-03 11:27:06 +00:00
Finish redesigning site
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
$(document).ready(function(){
|
||||
// remove black bar if article has no content
|
||||
if (! $.trim($(".article-content").html())) {
|
||||
$(".article-content").hide();
|
||||
}
|
||||
// remove black bar if article has no content
|
||||
if (! $.trim($(".article-content").html())) {
|
||||
$(".article-content").hide();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user