1
0
Fork 0

[#5] jQuery UI not currently needed in manual

closure/master
Mike Gerwitz 2011-11-09 00:22:01 -05:00
parent a2926385b5
commit 67b794c854
1 changed files with 0 additions and 6 deletions

View File

@ -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 )