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.10.2 app/views/avo/partials/_javascript.html.erb
avo-3.10.1 app/views/avo/partials/_javascript.html.erb
avo-3.10.0 app/views/avo/partials/_javascript.html.erb
avo-3.9.2 app/views/avo/partials/_javascript.html.erb
avo-3.9.1 app/views/avo/partials/_javascript.html.erb
avo-3.8.2 app/views/avo/partials/_javascript.html.erb
avo-3.9.0 app/views/avo/partials/_javascript.html.erb
avo-3.8.1 app/views/avo/partials/_javascript.html.erb
avo-3.8.0 app/views/avo/partials/_javascript.html.erb
avo-3.6.4 app/views/avo/partials/_javascript.html.erb
avo-3.6.3 app/views/avo/partials/_javascript.html.erb
avo-3.6.2 app/views/avo/partials/_javascript.html.erb
avo-3.6.1 app/views/avo/partials/_javascript.html.erb
avo-3.6.0 app/views/avo/partials/_javascript.html.erb
avo-3.5.8 app/views/avo/partials/_javascript.html.erb
avo-3.5.7 app/views/avo/partials/_javascript.html.erb
avo-3.5.6 app/views/avo/partials/_javascript.html.erb
avo-3.5.6.beta1 app/views/avo/partials/_javascript.html.erb
avo-3.5.5 app/views/avo/partials/_javascript.html.erb
avo-3.5.4 app/views/avo/partials/_javascript.html.erb