Sha256: c89f3c2006687d5ca2ea348acfe47d3290a8f02af2808bcf8497ac884ba0f5b2

Contents?: true

Size: 336 Bytes

Versions: 63

Compression:

Stored size: 336 Bytes

Contents

// Fixes a problem with csrf tokens and turbolinks
// See https://github.com/rails/jquery-ujs/issues/456
$(document).on('turbolinks:load', function() {
  $.rails.refreshCSRFTokens();
  // Explicitly set flag to false to force loading of UV
  // See https://github.com/samvera/hyrax/issues/2906
  window.embedScriptIncluded = false;
});

Version data entries

63 entries across 63 versions & 1 rubygems

Version Path
hyrax-5.1.0.pre.beta1 app/assets/javascripts/hyrax/turbolinks_events.js
hyrax-5.0.4 app/assets/javascripts/hyrax/turbolinks_events.js
hyrax-5.0.3 app/assets/javascripts/hyrax/turbolinks_events.js
hyrax-5.0.2 app/assets/javascripts/hyrax/turbolinks_events.js
hyrax-5.0.1 app/assets/javascripts/hyrax/turbolinks_events.js
hyrax-5.0.0 app/assets/javascripts/hyrax/turbolinks_events.js
hyrax-5.0.0.rc3 app/assets/javascripts/hyrax/turbolinks_events.js
hyrax-5.0.0.rc2 app/assets/javascripts/hyrax/turbolinks_events.js
hyrax-5.0.0.rc1 app/assets/javascripts/hyrax/turbolinks_events.js
hyrax-3.6.0 app/assets/javascripts/hyrax/turbolinks_events.js
hyrax-4.0.0 app/assets/javascripts/hyrax/turbolinks_events.js
hyrax-4.0.0.rc3 app/assets/javascripts/hyrax/turbolinks_events.js
hyrax-4.0.0.rc2 app/assets/javascripts/hyrax/turbolinks_events.js
hyrax-4.0.0.rc1 app/assets/javascripts/hyrax/turbolinks_events.js
hyrax-3.5.0 app/assets/javascripts/hyrax/turbolinks_events.js
hyrax-4.0.0.beta2 app/assets/javascripts/hyrax/turbolinks_events.js
hyrax-3.4.2 app/assets/javascripts/hyrax/turbolinks_events.js
hyrax-4.0.0.beta1 app/assets/javascripts/hyrax/turbolinks_events.js
hyrax-3.4.1 app/assets/javascripts/hyrax/turbolinks_events.js
hyrax-3.4.0 app/assets/javascripts/hyrax/turbolinks_events.js