1
1
mirror of https://github.com/encode/django-rest-framework.git synced 2025-07-17 19:52:25 +03:00

fix e.indexOf is not a function error ()

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');
}); });
}); });