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