Sha256: c188c1627fbb80afeb12977f122731575ab42fba7ffbda9a28f2f5fe5577b96b
Contents?: true
Size: 527 Bytes
Versions: 29
Compression:
Stored size: 527 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_filters_installed? %> Avo.configuration.avo_filters = { param_key: '<%= Avo::DynamicFilters.configuration.param_key %>' } <% end %> <% end %>
Version data entries
29 entries across 29 versions & 1 rubygems