Sha256: 7973765775ea1e26e014dcd8a18ce593208317b189a9b528f83344e7fe92c1d9

Contents?: true

Size: 282 Bytes

Versions: 3

Compression:

Stored size: 282 Bytes

Contents

$(document).ready(function(){

  $('#new_slide_link').click(function (event) {
    event.preventDefault();
    $(this).hide();
    $.ajax({type: 'GET', url: this.href, data: ({authenticity_token: AUTH_TOKEN}),
            success: function(r){ $('#slides').html(r);} });
  });

});

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
spree_multi_slideshow-1.1.8 app/assets/javascripts/admin/slides/index.js
spree_multi_slideshow-1.1.7 app/assets/javascripts/admin/slides/index.js
spree_multi_slideshow-1.1.6 app/assets/javascripts/admin/slides/index.js