diff --git a/mayan/apps/documents/views.py b/mayan/apps/documents/views.py index 96f494c599..05f5e9cffa 100644 --- a/mayan/apps/documents/views.py +++ b/mayan/apps/documents/views.py @@ -428,7 +428,6 @@ def document_download(request, document_id=None, document_id_list=None, document 'submit_label': _(u'Download'), 'previous': previous, 'cancel_label': _(u'Return'), - 'disable_auto_focus': True, } if len(document_versions) == 1: diff --git a/mayan/apps/main/templates/main/base.html b/mayan/apps/main/templates/main/base.html index 3bfdc2b869..3c61d994ad 100644 --- a/mayan/apps/main/templates/main/base.html +++ b/mayan/apps/main/templates/main/base.html @@ -373,9 +373,6 @@