mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Fixed jshint warnings
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user