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.5.3 app/views/avo/partials/_javascript.html.erb
avo-3.5.2 app/views/avo/partials/_javascript.html.erb
avo-3.5.1 app/views/avo/partials/_javascript.html.erb
avo-3.5.0 app/views/avo/partials/_javascript.html.erb
avo-3.4.4 app/views/avo/partials/_javascript.html.erb
avo-3.4.3 app/views/avo/partials/_javascript.html.erb
avo-3.4.2 app/views/avo/partials/_javascript.html.erb
avo-3.4.1 app/views/avo/partials/_javascript.html.erb
avo-3.4.0 app/views/avo/partials/_javascript.html.erb
avo-3.3.6 app/views/avo/partials/_javascript.html.erb
avo-3.3.5 app/views/avo/partials/_javascript.html.erb
avo-3.3.4 app/views/avo/partials/_javascript.html.erb
avo-3.3.3 app/views/avo/partials/_javascript.html.erb
avo-3.3.2 app/views/avo/partials/_javascript.html.erb
avo-3.3.1 app/views/avo/partials/_javascript.html.erb
avo-3.3.0 app/views/avo/partials/_javascript.html.erb