diff -r bbcf7423f543 -r a5440e1a18a8 src/js/site.js --- a/src/js/site.js Fri Oct 07 17:18:42 2011 +0200 +++ b/src/js/site.js Mon Oct 10 13:55:37 2011 +0200 @@ -1,5 +1,6 @@ /* site.js - all our site-dependent config : player chrome, cdn locations, etc...*/ +/* IriSP.lib = { jQuery:"http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js", jQueryUI:"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.min.js", @@ -7,6 +8,15 @@ swfObject:"http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js", cssjQueryUI:"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/themes/base/jquery-ui.css" }; +*/ + +IriSP.lib = { + jQuery:"http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js", + jQueryUI:"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.js", + jQueryToolTip:"http://cdn.jquerytools.org/1.2.4/all/jquery.tools.min.js", + swfObject:"http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js", + cssjQueryUI:"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/themes/base/jquery-ui.css" +}; //Player Configuration IriSP.config = undefined;