[#5] jQuery UI not currently needed in manual
parent
a2926385b5
commit
67b794c854
|
@ -14,14 +14,8 @@ css.rel = 'stylesheet';
|
||||||
|
|
||||||
sjquery.src =
|
sjquery.src =
|
||||||
'https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js';
|
'https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js';
|
||||||
sjquery_ui.src =
|
|
||||||
'https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.11/jquery-ui.min.js';
|
|
||||||
css.href =
|
|
||||||
'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.10/themes/base/jquery-ui.css';
|
|
||||||
|
|
||||||
head.appendChild( sjquery );
|
head.appendChild( sjquery );
|
||||||
head.appendChild( sjquery_ui );
|
|
||||||
head.appendChild( css );
|
|
||||||
|
|
||||||
// will call callback when jQuery has been loaded
|
// will call callback when jQuery has been loaded
|
||||||
function jqueryCheck( callback )
|
function jqueryCheck( callback )
|
||||||
|
|
Loading…
Reference in New Issue