temp disable view counts

This commit is contained in:
evazion
2019-12-24 17:00:40 -06:00
parent 963f1f7991
commit 283bed64da

View File

@@ -51,6 +51,7 @@ module PostsHelper
end
def post_view_count_js
return nil
return nil unless post_search_counts_enabled?
msg = "#{params[:id]},#{session.id}"