From 73e976ae85a05276c37317002872cdc3b301e363 Mon Sep 17 00:00:00 2001 From: Akiva Leffert Date: Fri, 11 Sep 2015 14:06:58 -0400 Subject: [PATCH] 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 --- lms/templates/main.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/lms/templates/main.html b/lms/templates/main.html index 0f9839ace7..a7e647d39f 100644 --- a/lms/templates/main.html +++ b/lms/templates/main.html @@ -14,9 +14,7 @@ from branding import api as branding_api - % if responsive: - % endif ## Define a couple of helper functions to make life easier when ## embedding theme conditionals into templates. All inheriting