Skip to content

Instantly share code, notes, and snippets.

@Elise-Lennion
Created October 4, 2018 18:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Elise-Lennion/af02f13839879c8a420e55d7016c261f to your computer and use it in GitHub Desktop.
Save Elise-Lennion/af02f13839879c8a420e55d7016c261f to your computer and use it in GitHub Desktop.
$(document).on('shown.bs.modal','#logoutModal', function () {
setTimeout(function() {$('#logoutModal').modal('hide');}, 5000);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment