From 7511430b2aff550f14adc4793c74b8f49712a237 Mon Sep 17 00:00:00 2001 From: rr- Date: Sun, 19 Jul 2015 12:28:01 +0200 Subject: [PATCH] Fixed jshint warnings --- public_html/js/Presenters/PostPresenter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/js/Presenters/PostPresenter.js b/public_html/js/Presenters/PostPresenter.js index 6b966be3..83963586 100644 --- a/public_html/js/Presenters/PostPresenter.js +++ b/public_html/js/Presenters/PostPresenter.js @@ -161,7 +161,7 @@ App.Presenters.PostPresenter = function( return templates.post({ query: params.query, post: post, - forceHttpInPermalinks: appState.get('config')['forceHttpInPermalinks'], + forceHttpInPermalinks: appState.get('config').forceHttpInPermalinks, ownScore: post.ownScore, postFavorites: post.favorites, postHistory: post.history,