Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2 from jmr06005/master
Add bootstrap classes to confirmation message
  • Loading branch information
jmr06005 committed Jan 5, 2016
2 parents df67308 + 706bd44 commit 09e6f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sistertalk.js
Expand Up @@ -30,7 +30,7 @@ jQuery(document).ready(function($) {
var id = $(this).attr('id');
writeToLocal(id, this.value);
});
$('.gform_button').after('<div class="msg-saved">Answers saved, you may now close this window.</div>');
$('.gform_button').after('<div class="alert alert-success" role="alert">Answers saved, you may now close this window.</div>');
}
function loadAnswersFromLocal(){
$('.gform_wrapper input').each(function(index, element) {
Expand Down

0 comments on commit 09e6f68

Please sign in to comment.