Created
November 20, 2017 16:27
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(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