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
d3566738
Commit
d3566738
authored
Jan 29, 2014
by
Matt Drayer
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'release'
Conflicts: requirements/edx/base.txt
parents
a0bc10a1
b60487c8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
5 deletions
+7
-5
lms/templates/notes.html
+1
-0
lms/templates/static_htmlbook.html
+1
-0
lms/templates/textannotation.html
+3
-2
lms/templates/videoannotation.html
+2
-3
No files found.
lms/templates/notes.html
View file @
d3566738
...
...
@@ -169,6 +169,7 @@
},
};
tinyMCE
.
baseURL
=
"${settings.STATIC_URL}"
+
"js/vendor/ova"
;
var
imgURLRoot
=
"${settings.STATIC_URL}"
+
"js/vendor/ova/catch/img/"
;
//remove old instances
...
...
lms/templates/static_htmlbook.html
View file @
d3566738
...
...
@@ -13,6 +13,7 @@
<
%
block
name=
"js_extra"
>
<script
type=
"text/javascript"
>
tinyMCE
.
baseURL
=
"${settings.STATIC_URL}"
+
"js/vendor/ova"
;
(
function
(
$
)
{
$
.
fn
.
myHTMLViewer
=
function
(
options
)
{
var
urlToLoad
=
null
;
...
...
lms/templates/textannotation.html
View file @
d3566738
...
...
@@ -162,8 +162,9 @@
},
};
var
imgURLRoot
=
window
.
location
.
protocol
;
imgURLRoot
+=
"//"
+
uri
.
replace
(
imgURLRoot
+
"//"
,
""
).
split
(
'/'
)[
0
]
+
"/static/js/vendor/ova/catch/img/"
;
var
imgURLRoot
=
"${settings.STATIC_URL}"
+
"js/vendor/ova/catch/img/"
;
tinyMCE
.
baseURL
=
"${settings.STATIC_URL}"
+
"js/vendor/ova"
;
//remove old instances
if
(
Annotator
.
_instances
.
length
!==
0
)
{
...
...
lms/templates/videoannotation.html
View file @
d3566738
...
...
@@ -163,9 +163,8 @@
},
};
var
imgURLRoot
=
window
.
location
.
protocol
;
imgURLRoot
+=
"//"
+
uri
.
replace
(
imgURLRoot
+
"//"
,
""
).
split
(
'/'
)[
0
]
+
"/static/js/vendor/ova/catch/img/"
;
var
imgURLRoot
=
"${settings.STATIC_URL}"
+
"js/vendor/ova/catch/img/"
;
tinyMCE
.
baseURL
=
"${settings.STATIC_URL}"
+
"js/vendor/ova"
;
//remove old instances
if
(
Annotator
.
_instances
.
length
!==
0
)
{
...
...
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