Fixed IE security warning on course page.

LMS-2892
This commit is contained in:
Waheed Ahmed
2014-06-26 16:40:51 +05:00
parent d6049239e7
commit 68a0f4e45c

View File

@@ -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) {