Remove "responsive" check before deciding whether to add a viewport tag.

We also need to ensure that this tag is presented when loading xblocks
via the mobile app anyway. Since we're fine just giving responsive
content to everyone we don't need this check any more.

JIRA: https://openedx.atlassian.net/browse/MA-960?filter=13805
This commit is contained in:
Akiva Leffert
2015-09-11 14:06:58 -04:00
parent 034570b31a
commit 73e976ae85

View File

@@ -14,9 +14,7 @@ from branding import api as branding_api
<head dir="${static.dir_rtl()}">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
% if responsive:
<meta name="viewport" content="width=device-width, initial-scale=1">
% endif
## Define a couple of helper functions to make life easier when
## embedding theme conditionals into templates. All inheriting