Sha256: 07565b92d9de03748dd407510af3e8e3dd3b77bb0d6a015289558cd38af9434a
Contents?: true
Size: 535 Bytes
Versions: 21
Compression:
Stored size: 535 Bytes
Contents
<%= javascript_tag nonce: true do %> window.Avo = window.Avo || { configuration: {} } Avo.configuration.timezone = '<%= Avo.configuration.timezone %>' Avo.configuration.root_path = '<%= root_path_without_url %>' Avo.configuration.search_debounce = '<%= Avo.configuration.search_debounce %>' Avo.configuration.cookies_key = '<%= Avo::COOKIES_KEY %>' <% if Avo.avo_dynamic_filters_installed? %> Avo.configuration.avo_filters = { param_key: '<%= Avo::DynamicFilters.configuration.param_key %>' } <% end %> <% end %>
Version data entries
21 entries across 21 versions & 1 rubygems