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
524079b4
Commit
524079b4
authored
May 15, 2014
by
brianhw
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3735 from edx/usman/lms2557-bulk-email-hack
Fix for bulk email not working in Firefox
parents
3b5e5741
7192fce2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
lms/templates/courseware/instructor_dashboard.html
+7
-0
lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html
+7
-0
No files found.
lms/templates/courseware/instructor_dashboard.html
View file @
524079b4
...
...
@@ -17,6 +17,13 @@
<
%
static:css
group=
'style-vendor-tinymce-skin'
/>
<
%
static:css
group=
'style-course'
/>
<script
type=
"text/javascript"
>
// This is a hack to get tinymce to work correctly in Firefox until the annotator tool is refactored to not include
// tinymce globally.
if
(
typeof
window
.
Range
.
prototype
===
"undefined"
)
{
window
.
Range
.
prototype
=
{
};
}
</script>
<script
type=
"text/javascript"
src=
"${static.url('js/vendor/flot/jquery.flot.js')}"
></script>
<script
type=
"text/javascript"
src=
"${static.url('js/vendor/flot/jquery.flot.axislabels.js')}"
></script>
<script
type=
"text/javascript"
src=
"${static.url('js/vendor/jquery-jvectormap-1.1.1/jquery-jvectormap-1.1.1.min.js')}"
></script>
...
...
lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html
View file @
524079b4
...
...
@@ -25,6 +25,13 @@
<
%
static:css
group=
'style-vendor-tinymce-content'
/>
<
%
static:css
group=
'style-vendor-tinymce-skin'
/>
<
%
static:css
group=
'style-course'
/>
<script
type=
"text/javascript"
>
// This is a hack to get tinymce to work correctly in Firefox until the annotator tool is refactored to not include
// tinymce globally.
if
(
typeof
window
.
Range
.
prototype
===
"undefined"
)
{
window
.
Range
.
prototype
=
{
};
}
</script>
<script
type=
"text/javascript"
src=
"${static.url('js/vendor/underscore-min.js')}"
></script>
<script
type=
"text/javascript"
src=
"${static.url('js/vendor/mustache.js')}"
></script>
<script
type=
"text/javascript"
src=
"${static.url('js/vendor/flot/jquery.flot.js')}"
></script>
...
...
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