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
0e908fcb
Commit
0e908fcb
authored
Jul 31, 2012
by
John Jarvis
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:MITx/mitx into jarv/dev-script-updates
parents
89a15a58
13b0e3c7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
10 deletions
+2
-10
cms/static/sass/_content-types.scss
+2
-2
lms/templates/courseware.html
+0
-8
No files found.
cms/static/sass/_content-types.scss
View file @
0e908fcb
...
...
@@ -56,10 +56,10 @@
.module
a
:first-child
{
@extend
.content-type
;
background-image
:
url('
/static
/img/content-types/module.png')
;
background-image
:
url('
..
/img/content-types/module.png')
;
}
.module
a
:first-child
{
@extend
.content-type
;
background-image
:
url('
/static
/img/content-types/module.png')
;
background-image
:
url('
..
/img/content-types/module.png')
;
}
lms/templates/courseware.html
View file @
0e908fcb
...
...
@@ -18,14 +18,6 @@
##
<script
type=
"text/javascript"
src=
"${static.url('js/vendor/CodeMirror-2.25/mode/xml/xml.js')}"
></script>
##
<script
type=
"text/javascript"
src=
"${static.url('js/vendor/CodeMirror-2.25/mode/python/python.js')}"
></script>
## image input: for clicking on images (see imageinput.html)
<script
type=
"text/javascript"
src=
"${static.url('js/vendor/imageinput.js')}"
></script>
## TODO (cpennington): Remove this when we have a good way for modules to specify js to load on the page
## and in the wiki
<script
type=
"text/javascript"
src=
"${static.url('js/schematic.js')}"
></script>
<
%
static:js
group=
'courseware'
/>
<
%
include
file=
"mathjax_include.html"
/>
...
...
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