re-fixed the same race condition.
--- a/src/js/main.js Tue Jan 03 16:13:19 2012 +0100
+++ b/src/js/main.js Tue Jan 03 16:19:24 2012 +0100
@@ -15,8 +15,8 @@
IriSP.loadLibs = function( libs, config, metadata_url, callback ) {
// Localize jQuery variable
IriSP.jQuery = null;
- var $L = $LAB.script(libs.jQuery).script(libs.swfObject)
- .script(libs.jQueryUI).wait();
+ var $L = $LAB.script(libs.jQuery).script(libs.swfObject).wait()
+ .script(libs.jQueryUI);
if (config.player.type === "jwplayer") {
// load our popcorn.js lookalike