switch to newer jquery and jquery-ui versions

This commit is contained in:
Jon Atkins 2014-06-28 06:05:22 +01:00
parent 549496fbc0
commit a06a28de7b

View File

@ -663,8 +663,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.3/jquery.min.js'; var JQUERY = '//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js';
var JQUERYUI = '//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js'; var JQUERYUI = '//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/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);