Private GIT

Skip to content
Snippets Groups Projects
Commit 6758e3e6 authored by Dustyn Gibson's avatar Dustyn Gibson
Browse files

Merge branch 'home-fix'

parents 68662a9f ac28f040
No related branches found
No related tags found
No related merge requests found
......@@ -306,7 +306,7 @@ $(document).ready(function(){
<% fuzzydate = 'airdate' %>
% if sickbeard.FUZZY_DATING:
fuzzyMoment({
dtInline : ${('true', 'false')['poster' in sickbeard.layout]},
dtInline : ${('true', 'false')[sickbeard.HOME_LAYOUT == 'poster']},
containerClass : '.${fuzzydate}',
dateHasTime : false,
dateFormat : '${sickbeard.DATE_PRESET}',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment