8222526: Use of no longer existing jquery directory in script.js
Reviewed-by: jjg
This commit is contained in:
parent
5b2d4559b1
commit
41f9c9cafa
@ -29,11 +29,11 @@ var typeSearchIndex;
|
|||||||
var memberSearchIndex;
|
var memberSearchIndex;
|
||||||
var tagSearchIndex;
|
var tagSearchIndex;
|
||||||
function loadScripts(doc, tag) {
|
function loadScripts(doc, tag) {
|
||||||
createElem(doc, tag, 'jquery/jszip/dist/jszip.js');
|
createElem(doc, tag, 'script-dir/jszip/dist/jszip.js');
|
||||||
createElem(doc, tag, 'jquery/jszip-utils/dist/jszip-utils.js');
|
createElem(doc, tag, 'script-dir/jszip-utils/dist/jszip-utils.js');
|
||||||
if (window.navigator.userAgent.indexOf('MSIE ') > 0 || window.navigator.userAgent.indexOf('Trident/') > 0 ||
|
if (window.navigator.userAgent.indexOf('MSIE ') > 0 || window.navigator.userAgent.indexOf('Trident/') > 0 ||
|
||||||
window.navigator.userAgent.indexOf('Edge/') > 0) {
|
window.navigator.userAgent.indexOf('Edge/') > 0) {
|
||||||
createElem(doc, tag, 'jquery/jszip-utils/dist/jszip-utils-ie.js');
|
createElem(doc, tag, 'script-dir/jszip-utils/dist/jszip-utils-ie.js');
|
||||||
}
|
}
|
||||||
createElem(doc, tag, 'search.js');
|
createElem(doc, tag, 'search.js');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user