mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 01:26:53 +03:00
fix e.indexOf is not a function error (#5982)
This commit is contained in:
parent
9629886915
commit
ff4429fad4
|
@ -41,7 +41,7 @@ $(document).ready(function() {
|
|||
$('.form-switcher a:first').tab('show');
|
||||
}
|
||||
|
||||
$(window).load(function() {
|
||||
$(window).on('load', function() {
|
||||
$('#errorModal').modal('show');
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user