mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-02 11:30:12 +03:00
fix e.indexOf is not a function error
This commit is contained in:
parent
c17b4ad0d0
commit
dfd0b675a8
|
@ -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