diff -r 07ab28bca482 -r d366aa22bd79 web/common.php --- a/web/common.php Wed May 02 19:19:51 2012 +0200 +++ b/web/common.php Thu May 03 17:52:07 2012 +0200 @@ -177,7 +177,7 @@ 'local' => array( 'libdir' => URL_ROOT.'res/js/', 'jquery' => URL_ROOT.'res/js/jquery-1.4.3.min.js', - 'raphael' => URL_ROOT.'res/js/raphael.js', + 'raphael' => URL_ROOT.'res/js/raphael-min.js', 'jquery-ui' => URL_ROOT.'res/js/jquery-ui-1.8.13.min.js', 'niceforms' => URL_ROOT.'res/js/niceforms.js', 'jquery-url' => URL_ROOT.'res/js/jquery.url.js', @@ -192,12 +192,13 @@ 'jquery-scrollto'=>URL_ROOT.'res/js/jquery.scrollTo-1.4.2-min.js' , 'twcx-main' => URL_ROOT.'res/js/live-polemic.js' , 'semanticboard' => URL_ROOT.'res/js/semanticboard.js' , - 'metadataplayer'=> URL_ROOT.'res/js/LdtPlayer-release.js' , + 'metadataplayer'=> URL_ROOT.'res/metadataplayer/LdtPlayer-core.js' , + 'ldtwidgets' => URL_ROOT.'res/metadataplayer/' , ), 'cdn' => array( 'libdir' => URL_ROOT.'res/js/', 'jquery' => 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js', - 'raphael' => URL_ROOT.'res/js/raphael.js', + 'raphael' => URL_ROOT.'res/js/raphael-min.js', 'jquery-ui' => 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/jquery-ui.min.js', 'niceforms' => URL_ROOT.'res/js/niceforms.js', 'jquery-url' => URL_ROOT.'res/js/jquery.url.js', @@ -212,7 +213,8 @@ 'jquery-scrollto'=>URL_ROOT.'res/js/jquery.scrollTo-1.4.2-min.js' , 'twcx-main' => URL_ROOT.'res/js/live-polemic.js' , 'semanticboard' => URL_ROOT.'res/js/semanticboard.js' , - 'metadataplayer'=> URL_ROOT.'res/js/LdtPlayer-release.js' , + 'metadataplayer'=> URL_ROOT.'res/metadataplayer/LdtPlayer-core.js' , + 'ldtwidgets' => URL_ROOT.'res/metadataplayer/' , ) ); @@ -242,7 +244,7 @@ 'tweetcast' => URL_ROOT.'res/css/tweetcast.css', 'semanticboard' => URL_ROOT.'res/css/semanticboard.css', 'archives-iframe' => URL_ROOT.'res/css/archives-iframe.css', - 'metadataplayer' => URL_ROOT.'res/css/metadataplayer/LdtPlayer.css', + 'metadataplayer' => URL_ROOT.'res/metadataplayer/LdtPlayer-core.css', ), 'cdn' => array( 'blueprint-screen' => URL_ROOT.'res/css/blueprint-screen.css', @@ -256,7 +258,7 @@ 'tweetcast' => URL_ROOT.'res/css/tweetcast.css', 'semanticboard' => URL_ROOT.'res/css/semanticboard.css', 'archives-iframe' => URL_ROOT.'res/css/archives-iframe.css', - 'metadataplayer' => URL_ROOT.'res/css/metadataplayer/LdtPlayer.css', + 'metadataplayer' => URL_ROOT.'res/metadataplayer/LdtPlayer-core.css', ) );