web/common.php
changeset 420 eb7c2cff1816
parent 417 0bad43271c65
child 469 99d105834315
equal deleted inserted replaced
419:ad151a86046f 420:eb7c2cff1816
   185 		'jquery-mousewheel' => URL_ROOT.'res/jquery.fancybox/fancybox/jquery.mousewheel-3.0.4.pack.js',
   185 		'jquery-mousewheel' => URL_ROOT.'res/jquery.fancybox/fancybox/jquery.mousewheel-3.0.4.pack.js',
   186 		'swfobject' 	=> URL_ROOT.'res/metadataplayer/res/js/swfobject.js',
   186 		'swfobject' 	=> URL_ROOT.'res/metadataplayer/res/js/swfobject.js',
   187 		'json-js' 		=> URL_ROOT.'res/douglascrockford-JSON-js/json2.js',
   187 		'json-js' 		=> URL_ROOT.'res/douglascrockford-JSON-js/json2.js',
   188 		'underscore'    => URL_ROOT.'res/underscore/underscore-min.js' ,
   188 		'underscore'    => URL_ROOT.'res/underscore/underscore-min.js' ,
   189         'jquery-scrollto'=>URL_ROOT.'res/jquery.scrollto/jquery.scrollTo-1.4.2-min.js' ,
   189         'jquery-scrollto'=>URL_ROOT.'res/jquery.scrollto/jquery.scrollTo-1.4.2-min.js' ,
   190         'twcx-gevent'   => URL_ROOT.'res/js-tweetcast/connect-gevent.js' ,
       
   191         'twcx-nodejs'   => URL_ROOT.'res/js-tweetcast/connect-nodejs.js' ,
       
   192         'twcx-standalone'=> URL_ROOT.'res/js-tweetcast/connect-standalone.js' ,
       
   193         'twcx-main'     => URL_ROOT.'res/js-tweetcast/live-polemic.js' ,
   190         'twcx-main'     => URL_ROOT.'res/js-tweetcast/live-polemic.js' ,
   194 
   191 
   195 	),
   192 	),
   196 	'cdn' => array(
   193 	'cdn' => array(
   197 	    'jquery' 		=> 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js',
   194 	    'jquery' 		=> 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js',
   206 		'jquery-mousewheel' => URL_ROOT.'res/jquery.fancybox/fancybox/jquery.mousewheel-3.0.4.pack.js',
   203 		'jquery-mousewheel' => URL_ROOT.'res/jquery.fancybox/fancybox/jquery.mousewheel-3.0.4.pack.js',
   207 		'swfobject' 	=> 'http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js',
   204 		'swfobject' 	=> 'http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js',
   208 		'json-js' 		=> URL_ROOT.'res/douglascrockford-JSON-js/json2.js',
   205 		'json-js' 		=> URL_ROOT.'res/douglascrockford-JSON-js/json2.js',
   209         'underscore'    => URL_ROOT.'res/underscore/underscore-min.js' ,
   206         'underscore'    => URL_ROOT.'res/underscore/underscore-min.js' ,
   210         'jquery-scrollto'=>URL_ROOT.'res/jquery.scrollto/jquery.scrollTo-1.4.2-min.js' ,
   207         'jquery-scrollto'=>URL_ROOT.'res/jquery.scrollto/jquery.scrollTo-1.4.2-min.js' ,
   211         'twcx-gevent'   => URL_ROOT.'res/js-tweetcast/connect-gevent.js' ,
       
   212         'twcx-nodejs'   => URL_ROOT.'res/js-tweetcast/connect-nodejs.js' ,
       
   213         'twcx-standalone'=> URL_ROOT.'res/js-tweetcast/connect-standalone.js' ,
       
   214         'twcx-main'     => URL_ROOT.'res/js-tweetcast/live-polemic.js' ,
   208         'twcx-main'     => URL_ROOT.'res/js-tweetcast/live-polemic.js' ,
   215 		
   209 		
   216 	)
   210 	)
   217 );
   211 );
   218 
   212