Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
e379a770
Commit
e379a770
authored
Oct 11, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LMS: removes ie-fixes static:css group from all template references
parent
56b2205e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
15 deletions
+10
-15
lms/templates/main.html
+1
-1
lms/templates/main_django.html
+0
-3
lms/templates/mktg_iframe.html
+5
-6
lms/templates/stripped-main.html
+4
-5
No files found.
lms/templates/main.html
View file @
e379a770
...
...
@@ -59,7 +59,7 @@
% endif
<!--[if lt IE 9]>
<script src="${static.url('js/html5shiv.js')}"></script>
<script src="${static.url('js/html5shiv.js')}"></script>
<![endif]-->
<meta
name=
"path_prefix"
content=
"${MITX_ROOT_URL}"
>
...
...
lms/templates/main_django.html
View file @
e379a770
...
...
@@ -19,9 +19,6 @@
<script src="${static.url('js/html5shiv.js')}"></script>
<![endif]-->
<!--[if lte IE 9]>
<%static:css group='ie-fixes'/>
<![endif]-->
<meta
name=
"path_prefix"
content=
"{{MITX_ROOT_URL}}"
>
</head>
...
...
lms/templates/mktg_iframe.html
View file @
e379a770
<
%
namespace
name=
'static'
file=
'static_content.html'
/>
<!DOCTYPE html>
<html
class=
"view-iframe"
>
<!--[if IE 7]><html class="ie ie7 lte9 lte8 lte7 view-iframe"><![endif]-->
<!--[if IE 8]><html class="ie ie8 lte9 lte8 view-iframe"><![endif]-->
<!--[if IE 9]><html class="ie ie9 lte9 view-iframe"><![endif]-->
<!--[if gt IE 9]><!-->
<html
class=
"view-iframe"
>
>
<!--<![endif]-->
<head>
<
%
block
name=
"title"
></
%
block>
...
...
@@ -13,14 +16,10 @@
<
%
static:js
group=
'main_vendor'
/>
<!--[if
IE
]>
<!--[if
lt IE 9
]>
<script src="${static.url('js/html5shiv.js')}"></script>
<![endif]-->
<!--[if lte IE 9]>
<%static:css group='ie-fixes'/>
<![endif]-->
<
%
block
name=
"headextra"
/>
% if not course:
...
...
lms/templates/stripped-main.html
View file @
e379a770
...
...
@@ -2,7 +2,10 @@
<
%
namespace
name=
'static'
file=
'static_content.html'
/>
<!DOCTYPE html>
<html>
<!--[if IE 7]><html class="ie ie7 lte9 lte8 lte7"><![endif]-->
<!--[if IE 8]><html class="ie ie8 lte9 lte8"><![endif]-->
<!--[if IE 9]><html class="ie ie9 lte9"><![endif]-->
<!--[if gt IE 9]><!-->
<html>
<!--<![endif]-->
<head>
## "edX" should not be translated
<
%
block
name=
"title"
><title>
edX
</title></
%
block>
...
...
@@ -15,14 +18,10 @@
<
%
static:js
group=
'main_vendor'
/>
<
%
block
name=
"headextra"
/>
<!--[if lt IE 9]>
<script src="${static.url('js/html5shiv.js')}"></script>
<![endif]-->
<!--[if lte IE 9]>
<%static:css group='ie-fixes'/>
<![endif]-->
<meta
name=
"path_prefix"
content=
"${MITX_ROOT_URL}"
>
</head>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment