--- a/web/common.php Mon Dec 12 14:26:20 2011 +0100
+++ b/web/common.php Tue Dec 13 19:01:59 2011 +0100
@@ -185,6 +185,11 @@
'jquery-mousewheel' => URL_ROOT.'res/jquery.fancybox/fancybox/jquery.mousewheel-3.0.4.pack.js',
'swfobject' => URL_ROOT.'res/metadataplayer/res/js/swfobject.js',
'json-js' => URL_ROOT.'res/douglascrockford-JSON-js/json2.js',
+ 'underscore' => URL_ROOT.'res/underscore/underscore-min.js' ,
+ 'twcx-gevent' => URL_ROOT.'res/js-tweetcast/connect-gevent.js' ,
+ 'twcx-nodejs' => URL_ROOT.'res/js-tweetcast/connect-nodejs.js' ,
+ 'twcx-standalone'=> URL_ROOT.'res/js-tweetcast/connect-standalone.js' ,
+ 'twcx-main' => URL_ROOT.'res/js-tweetcast/live-polemic.js' ,
),
'cdn' => array(
@@ -200,6 +205,11 @@
'jquery-mousewheel' => URL_ROOT.'res/jquery.fancybox/fancybox/jquery.mousewheel-3.0.4.pack.js',
'swfobject' => 'http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js',
'json-js' => URL_ROOT.'res/douglascrockford-JSON-js/json2.js',
+ 'underscore' => URL_ROOT.'res/underscore/underscore-min.js' ,
+ 'twcx-gevent' => URL_ROOT.'res/js-tweetcast/connect-gevent.js' ,
+ 'twcx-nodejs' => URL_ROOT.'res/js-tweetcast/connect-nodejs.js' ,
+ 'twcx-standalone'=> URL_ROOT.'res/js-tweetcast/connect-standalone.js' ,
+ 'twcx-main' => URL_ROOT.'res/js-tweetcast/live-polemic.js' ,
)
);
@@ -228,6 +238,7 @@
'fancybox' => URL_ROOT.'res/jquery.fancybox/fancybox/jquery.fancybox-1.3.4.css',
'jquery-ui' => URL_ROOT.'res/metadataplayer/res/css/jq-css/themes/base/jquery-ui.css',
'tabs-slideshow' => URL_ROOT.'res/css/tabs-slideshow.css',
+ 'tweetcast' => URL_ROOT.'res/css/tweetcast.css'
),
'cdn' => array(
'blueprint-screen' => URL_ROOT.'res/blueprint/screen.css',
@@ -238,6 +249,7 @@
'fancybox' => URL_ROOT.'res/jquery.fancybox/fancybox/jquery.fancybox-1.3.4.css',
'jquery-ui' => "http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/themes/base/jquery-ui.css",
'tabs-slideshow' => URL_ROOT.'res/css/tabs-slideshow.css',
+ 'tweetcast' => URL_ROOT.'res/css/tweetcast.css'
)
);