src/js/site.js
branchpopcorn-port
changeset 55 a5440e1a18a8
parent 38 94899a565089
child 236 6770c85c9e56
equal deleted inserted replaced
54:bbcf7423f543 55:a5440e1a18a8
     1 /* site.js - all our site-dependent config : player chrome, cdn locations, etc...*/
     1 /* site.js - all our site-dependent config : player chrome, cdn locations, etc...*/
     2 
     2 
       
     3 /*
     3 IriSP.lib = { 
     4 IriSP.lib = { 
     4 		jQuery:"http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js",
     5 		jQuery:"http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js",
     5 		jQueryUI:"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.min.js",
     6 		jQueryUI:"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.min.js",
       
     7 		jQueryToolTip:"http://cdn.jquerytools.org/1.2.4/all/jquery.tools.min.js",
       
     8 		swfObject:"http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js",
       
     9 		cssjQueryUI:"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/themes/base/jquery-ui.css"
       
    10 };
       
    11 */
       
    12 
       
    13 IriSP.lib = { 
       
    14 		jQuery:"http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js",
       
    15 		jQueryUI:"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.js",
     6 		jQueryToolTip:"http://cdn.jquerytools.org/1.2.4/all/jquery.tools.min.js",
    16 		jQueryToolTip:"http://cdn.jquerytools.org/1.2.4/all/jquery.tools.min.js",
     7 		swfObject:"http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js",
    17 		swfObject:"http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js",
     8 		cssjQueryUI:"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/themes/base/jquery-ui.css"
    18 		cssjQueryUI:"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/themes/base/jquery-ui.css"
     9 };
    19 };
    10 
    20