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
68a0f4e4
Commit
68a0f4e4
authored
Jun 26, 2014
by
Waheed Ahmed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed IE security warning on course page.
LMS-2892
parent
d6049239
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
common/static/js/vendor/ova/annotator-full.js
+3
-3
No files found.
common/static/js/vendor/ova/annotator-full.js
View file @
68a0f4e4
...
...
@@ -1372,15 +1372,15 @@ Annotator.Plugin = (function(_super) {
g
=
Util
.
getGlobal
();
if
(((
_ref
=
g
.
document
)
!=
null
?
_ref
.
evaluate
:
void
0
)
==
null
)
{
$
.
getScript
(
'
http:
//assets.annotateit.org/vendor/xpath.min.js'
);
$
.
getScript
(
'//assets.annotateit.org/vendor/xpath.min.js'
);
}
if
(
g
.
getSelection
==
null
)
{
$
.
getScript
(
'
http:
//assets.annotateit.org/vendor/ierange.min.js'
);
$
.
getScript
(
'//assets.annotateit.org/vendor/ierange.min.js'
);
}
if
(
g
.
JSON
==
null
)
{
$
.
getScript
(
'
http:
//assets.annotateit.org/vendor/json2.min.js'
);
$
.
getScript
(
'//assets.annotateit.org/vendor/json2.min.js'
);
}
if
(
g
.
Node
==
null
)
{
...
...
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