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
8a7c2d66
Commit
8a7c2d66
authored
May 15, 2015
by
David Baumgold
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8068 from edx/db/remove-mathplayer-message
Remove MathPlayer message
parents
8f22b511
c3095235
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
22 deletions
+0
-22
lms/templates/main.html
+0
-2
lms/templates/mathjax_accessible.html
+0
-20
No files found.
lms/templates/main.html
View file @
8a7c2d66
...
@@ -133,8 +133,6 @@ dir_rtl = 'rtl' if get_language_bidi() else 'ltr'
...
@@ -133,8 +133,6 @@ dir_rtl = 'rtl' if get_language_bidi() else 'ltr'
<div
class=
"window-wrap"
dir=
"${dir_rtl}"
>
<div
class=
"window-wrap"
dir=
"${dir_rtl}"
>
<a
class=
"nav-skip"
href=
"<%block name="
nav_skip
"
>
#content
</
%
block>
">${_("Skip to main content")}
</a>
<a
class=
"nav-skip"
href=
"<%block name="
nav_skip
"
>
#content
</
%
block>
">${_("Skip to main content")}
</a>
<
%
include
file=
"mathjax_accessible.html"
/>
% if not disable_header:
% if not disable_header:
<
%
include
file=
"${header_file}"
/>
<
%
include
file=
"${header_file}"
/>
% endif
% endif
...
...
lms/templates/mathjax_accessible.html
deleted
100644 → 0
View file @
8f22b511
<
%!
from
django
.
utils
.
translation
import
ugettext
as
_
%
>
<!--[if IE]>
<div class="sr message-accessibility message" id="mathjax-accessibility-message" aria-hidden="true">
<p class="copy">${
_("This page features MathJax technology to render mathematical "
"formulae. To make math accessibile, we suggest using the MathPlayer "
"plugin. Please visit the {link_start}MathPlayer Download "
"Page{link_end} to download the plugin for your browser.").format(
link_start = u'<a href="//www.dessci.com/en/products/mathplayer/'
'download.htm">',
link_end = u'</a>')
}</p>
</div>
<div class="sr message-accessibility message" id="mathplayer-browser-message" aria-hidden="true">
<p class="copy">
${_("Your browser does not support the MathPlayer plugin. To use "
"MathPlayer, please use Internet Explorer 6 through 9.")}
</p>
</div>
<![endif]-->
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