We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9629886 commit ff4429fCopy full SHA for ff4429f
rest_framework/static/rest_framework/js/default.js
@@ -41,7 +41,7 @@ $(document).ready(function() {
41
$('.form-switcher a:first').tab('show');
42
}
43
44
- $(window).load(function() {
+ $(window).on('load', function() {
45
$('#errorModal').modal('show');
46
});
47
0 commit comments