RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: dantmcgowan
starflyer59 -
I did get it to work with this javascript added to the end of mercury.js:
jQuery(window).on('mercury:ready', function() { var link = $('#edit_link'); Mercury.saveUrl =link.attr('data-save-url'); link.hide(); });
starflyer59 -
I did get it to work with this javascript added to the end of mercury.js: