bump jquery versions in use, to match those already included on the stock intel site
(matching stock versions prevents multiple instances being loaded, which might cause issues and/or slow things down)
This commit is contained in:
parent
8b6defc2d4
commit
dbc6ef18df
@ -520,8 +520,8 @@ try { console.log('Loading included JS now'); } catch(e) {}
|
|||||||
try { console.log('done loading included JS'); } catch(e) {}
|
try { console.log('done loading included JS'); } catch(e) {}
|
||||||
|
|
||||||
//note: no protocol - so uses http or https as used on the current page
|
//note: no protocol - so uses http or https as used on the current page
|
||||||
var JQUERY = '//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js';
|
var JQUERY = '//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js';
|
||||||
var JQUERYUI = '//ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js';
|
var JQUERYUI = '//ajax.googleapis.com/ajax/libs/jqueryui/1.10.2/jquery-ui.min.js';
|
||||||
|
|
||||||
// after all scripts have loaded, boot the actual app
|
// after all scripts have loaded, boot the actual app
|
||||||
load(JQUERY).then(JQUERYUI).thenRun(boot);
|
load(JQUERY).then(JQUERYUI).thenRun(boot);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user