Commit 16a5dd48 authored by Michal Čihař's avatar Michal Čihař

Correctly set content_type instead of deprecated mimetype

parent ece37c84
......@@ -228,7 +228,7 @@ def js_config(request):
'machine_services': machine_services,
}
),
mimetype='application/javascript'
content_type='application/javascript'
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment