fix e.indexOf is not a function error

This commit is contained in:
Eduardo GP 2018-05-09 18:36:58 -07:00 committed by GitHub
parent c17b4ad0d0
commit dfd0b675a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ $(document).ready(function() {
$('.form-switcher a:first').tab('show');
}
$(window).load(function() {
$(window).on('load', function() {
$('#errorModal').modal('show');
});
});