Sha256: d43916b8dda621804346df9f24c46a375a169305d2e90641a636502fc746ad91

Contents?: true

Size: 839 Bytes

Versions: 12

Compression:

Stored size: 839 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 %>
  Avo.configuration.modal_frame_id = '<%= ::Avo::MODAL_FRAME_ID %>'
<% end %>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
avo-3.14.3 app/views/avo/partials/_javascript.html.erb
avo-3.14.2 app/views/avo/partials/_javascript.html.erb
avo-3.14.1 app/views/avo/partials/_javascript.html.erb
avo-3.14.0 app/views/avo/partials/_javascript.html.erb
avo-3.13.7 app/views/avo/partials/_javascript.html.erb
avo-3.13.6 app/views/avo/partials/_javascript.html.erb
avo-3.13.5 app/views/avo/partials/_javascript.html.erb
avo-3.13.4 app/views/avo/partials/_javascript.html.erb
avo-3.13.3 app/views/avo/partials/_javascript.html.erb
avo-3.13.2 app/views/avo/partials/_javascript.html.erb
avo-3.13.1 app/views/avo/partials/_javascript.html.erb
avo-3.13.0 app/views/avo/partials/_javascript.html.erb