Private GIT

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

Fix homepage with fuzzydate

parent 68662a9f
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