diff -r e2c1a2386124 -r 593250f3a286 web/common.php --- a/web/common.php Thu Dec 15 13:45:33 2011 +0100 +++ b/web/common.php Thu Dec 15 18:24:26 2011 +0100 @@ -186,6 +186,7 @@ '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' , + 'jquery-scrollto'=>URL_ROOT.'res/jquery.scrollto/jquery.scrollTo-1.4.2-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' , @@ -206,6 +207,7 @@ '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' , + 'jquery-scrollto'=>URL_ROOT.'res/jquery.scrollto/jquery.scrollTo-1.4.2-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' ,