Sha256: 20d900795f9aedd0253d20d32e4c290751286e5659d33cf6643d7ae2a6463a64
Contents?: true
Size: 518 Bytes
Versions: 13
Compression:
Stored size: 518 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: '<%= AvoFilters.configuration.param_key %>' } <% end %> <% end %>
Version data entries
13 entries across 13 versions & 1 rubygems