allows nil values in per_page_js setting
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
<%= content_for :social_media_meta_tags %>
|
<%= content_for :social_media_meta_tags %>
|
||||||
|
|
||||||
<%= javascript_tag do %>
|
<%= javascript_tag do %>
|
||||||
<%= Setting.value_for(:per_page_javascript).html_safe %>
|
<%= Setting.value_for(:per_page_javascript).try(:html_safe) %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Reference in New Issue
Block a user