Commit 68a0f4e4 by Waheed Ahmed

Fixed IE security warning on course page.

LMS-2892
parent d6049239
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment