Skip to content

Instantly share code, notes, and snippets.

@travisdmathis
Last active August 29, 2015 14:05
Show Gist options
  • Save travisdmathis/1d8ec0a67fbf0c8bfe17 to your computer and use it in GitHub Desktop.
Save travisdmathis/1d8ec0a67fbf0c8bfe17 to your computer and use it in GitHub Desktop.
replace_original: function() {
ro = $('.asset_detail .asset_detail_navbar li div.parent li span.replace_original');
ro.click(function() {
$('.edit_button').click();
$('#asset_uploaded_file_path').click();
});
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment