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
aeb3a7f5
Commit
aeb3a7f5
authored
Nov 03, 2014
by
Sarina Canelake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixup! Remove "ADMIN_MEDIA_PREFIX" (deprecated in Django 1.4)
parent
ed76907c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
2 deletions
+2
-2
lms/static/coffee/src/staff_grading/test_grading.html
+1
-1
lms/static/js/admin/jquery.min.js
+0
-0
lms/static/js/vendor/urlify.js
+0
-0
lms/templates/wiki/create.html
+1
-1
No files found.
lms/static/coffee/src/staff_grading/test_grading.html
View file @
aeb3a7f5
...
...
@@ -2,7 +2,7 @@
<html>
<head>
<title></title>
<!-- <script src="http://code.jquery.com/jquery-latest.js"></script> -->
<script
src=
"../../../
js/admin
/jquery.min.js"
></script>
<script
src=
"../../../
../../common/static/js/vendor
/jquery.min.js"
></script>
<script
type=
"text/javascript"
src=
"staff_grading.js"
></script>
</head>
...
...
lms/static/js/admin/jquery.min.js
deleted
100644 → 0
View file @
ed76907c
This diff is collapsed.
Click to expand it.
lms/static/js/
admin
/urlify.js
→
lms/static/js/
vendor
/urlify.js
View file @
aeb3a7f5
File moved
lms/templates/wiki/create.html
View file @
aeb3a7f5
...
...
@@ -7,7 +7,7 @@
{% block wiki_contents %}
{% addtoblock "js" %}
<script
type=
"text/javascript"
src=
"{{ STATIC_URL }}js/
admin
/urlify.js "
></script>
<script
type=
"text/javascript"
src=
"{{ STATIC_URL }}js/
vendor
/urlify.js "
></script>
<script
type=
"text/javascript"
>
//
<!
[
CDATA
[
(
function
(
$
)
{
...
...
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