Skip to content

Instantly share code, notes, and snippets.

@avattt
Created November 20, 2017 16:27
Show Gist options
  • Save avattt/359240713754e96c18d5610eb5b65aa5 to your computer and use it in GitHub Desktop.
Save avattt/359240713754e96c18d5610eb5b65aa5 to your computer and use it in GitHub Desktop.
FluidReview: Edit Back Button (Return to home screen) | There are two "back" buttons that do two different things. This helps differentiate.
$(function(){
// edit the text of the "back" button on the top right.
$('.button').eq(0).attr('id', 'backtohome');
$('#backtohome').text('Back to Pre-Application Home');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment