bumpped jquery + jqueryui versions.

now the stock intel site no longer includes any version of these there are no advantages to non-current releases
This commit is contained in:
Jon Atkins 2013-11-24 21:17:10 +00:00
parent f22d185b5b
commit 01cfda1077

View File

@ -600,8 +600,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/2.0.0/jquery.min.js'; var JQUERY = '//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js';
var JQUERYUI = '//ajax.googleapis.com/ajax/libs/jqueryui/1.10.2/jquery-ui.min.js'; var JQUERYUI = '//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/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);