Sha256: 07565b92d9de03748dd407510af3e8e3dd3b77bb0d6a015289558cd38af9434a

Contents?: true

Size: 535 Bytes

Versions: 21

Compression:

Stored size: 535 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_dynamic_filters_installed? %>
  Avo.configuration.avo_filters = {
    param_key: '<%= Avo::DynamicFilters.configuration.param_key %>'
  }
  <% end %>
<% end %>

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
avo-3.2.3 app/views/avo/partials/_javascript.html.erb
avo-3.0.1.beta23 app/views/avo/partials/_javascript.html.erb
avo-3.0.1.beta24 app/views/avo/partials/_javascript.html.erb
avo-3.2.2 app/views/avo/partials/_javascript.html.erb
avo-3.2.1 app/views/avo/partials/_javascript.html.erb
avo-3.2.0 app/views/avo/partials/_javascript.html.erb
avo-3.1.7 app/views/avo/partials/_javascript.html.erb
avo-3.1.6 app/views/avo/partials/_javascript.html.erb
avo-3.1.5 app/views/avo/partials/_javascript.html.erb
avo-3.1.4 app/views/avo/partials/_javascript.html.erb
avo-3.1.3 app/views/avo/partials/_javascript.html.erb
avo-3.1.2 app/views/avo/partials/_javascript.html.erb
avo-3.1.1 app/views/avo/partials/_javascript.html.erb
avo-3.1.0 app/views/avo/partials/_javascript.html.erb
avo-3.0.8 app/views/avo/partials/_javascript.html.erb
avo-3.0.7 app/views/avo/partials/_javascript.html.erb
avo-3.0.6 app/views/avo/partials/_javascript.html.erb
avo-3.0.5 app/views/avo/partials/_javascript.html.erb
avo-3.0.4 app/views/avo/partials/_javascript.html.erb
avo-3.0.3 app/views/avo/partials/_javascript.html.erb