fix e.indexOf is not a function error (#5982)

This commit is contained in:
Eduardo GP 2018-05-11 13:49:29 -07:00 committed by Tom Christie
parent 9629886915
commit ff4429fad4

View File

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