Skip to content

Instantly share code, notes, and snippets.

View avattt's full-sized avatar

Adam Vatterott avattt

  • St. Louis, MO
View GitHub Profile
@avattt
avattt / FRbackhome
Created November 20, 2017 16:27
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');
});