Sha256: 20d900795f9aedd0253d20d32e4c290751286e5659d33cf6643d7ae2a6463a64

Contents?: true

Size: 518 Bytes

Versions: 13

Compression:

Stored size: 518 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_filters_installed? %>
  Avo.configuration.avo_filters = {
    param_key: '<%= AvoFilters.configuration.param_key %>'
  }
  <% end %>
<% end %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
avo-3.0.0.pre13 app/views/avo/partials/_javascript.html.erb
avo-3.0.0.pre12 app/views/avo/partials/_javascript.html.erb
avo-3.0.0.pre10 app/views/avo/partials/_javascript.html.erb
avo-3.0.0.pre11 app/views/avo/partials/_javascript.html.erb
avo-3.0.0.pre8 app/views/avo/partials/_javascript.html.erb
avo-3.0.0.pre9 app/views/avo/partials/_javascript.html.erb
avo-3.0.0.pre7 app/views/avo/partials/_javascript.html.erb
avo-3.0.0.pre5 app/views/avo/partials/_javascript.html.erb
avo-3.0.0.pre6 app/views/avo/partials/_javascript.html.erb
avo-3.0.0.pre4 app/views/avo/partials/_javascript.html.erb
avo-3.0.0.pre3 app/views/avo/partials/_javascript.html.erb
avo-3.0.0.pre2 app/views/avo/partials/_javascript.html.erb
avo-3.0.0.pre1 app/views/avo/partials/_javascript.html.erb