Sha256: 01a6cab0c65ff9f0fe8c38872afc3262b0c9252dafbe21db6f46d31fa5d35ec5

Contents?: true

Size: 771 Bytes

Versions: 56

Compression:

Stored size: 771 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 %>'
  Avo.configuration.preserve_sidebar_scroll = '<%= ::Avo.configuration.feature_enabled?(:preserve_sidebar_scroll) %>'
  Avo.configuration.focus_sidebar_menu_item = '<%= ::Avo.configuration.feature_enabled?(:focus_sidebar_menu_item) %>'
  <% if Avo.avo_dynamic_filters_installed? %>
  Avo.configuration.avo_filters = {
    param_key: '<%= Avo::DynamicFilters.configuration.param_key %>'
  }
  <% end %>
<% end %>

Version data entries

56 entries across 56 versions & 1 rubygems

Version Path
avo-3.12.0 app/views/avo/partials/_javascript.html.erb
avo-3.11.10 app/views/avo/partials/_javascript.html.erb
avo-3.11.9 app/views/avo/partials/_javascript.html.erb
avo-3.11.8 app/views/avo/partials/_javascript.html.erb
avo-3.11.7 app/views/avo/partials/_javascript.html.erb
avo-3.11.6 app/views/avo/partials/_javascript.html.erb
avo-3.11.5 app/views/avo/partials/_javascript.html.erb
avo-3.11.4 app/views/avo/partials/_javascript.html.erb
avo-3.11.3 app/views/avo/partials/_javascript.html.erb
avo-3.11.2 app/views/avo/partials/_javascript.html.erb
avo-3.11.1 app/views/avo/partials/_javascript.html.erb
avo-3.11.0 app/views/avo/partials/_javascript.html.erb
avo-3.10.10 app/views/avo/partials/_javascript.html.erb
avo-3.10.9 app/views/avo/partials/_javascript.html.erb
avo-3.10.8 app/views/avo/partials/_javascript.html.erb
avo-3.10.7 app/views/avo/partials/_javascript.html.erb
avo-3.10.6 app/views/avo/partials/_javascript.html.erb
avo-3.10.5 app/views/avo/partials/_javascript.html.erb
avo-3.10.4 app/views/avo/partials/_javascript.html.erb
avo-3.10.3 app/views/avo/partials/_javascript.html.erb