diff -r 460acd0e3667 -r 10d6fd6ce9ab web/index.php
--- a/web/index.php Mon Jul 25 18:56:21 2011 +0200
+++ b/web/index.php Tue Jul 26 16:49:36 2011 +0200
@@ -6,9 +6,9 @@
* People still do this? ;)
*/
-include_once dirname(__FILE__).'/config.php';
+include_once dirname(__FILE__).'/common.php';
include_once dirname(__FILE__).'/'.$C_default_rep.'/config.php';
-include_once dirname(__FILE__).'/common.php';
+
/**
* Do we already have a valid Access Token or need to go get one?
@@ -36,25 +36,17 @@
Polemic tweet - Live Video and Annotation
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
' rel='stylesheet' type='text/css'>
@@ -73,12 +65,9 @@
document.location.href="/client.php";
});
$(".archivesVideoBox").mouseover(function() {
- //$(this).animate({'backgroundColor'});
- //$(this).css({'backgroundColor':'#d6d6d6'});
$(this).css({'backgroundColor':'#fff'});
$(this).cursor = "pointer";
}).mouseout(function() {
- //$(this).css({'backgroundColor':'#f6f6f6'});
$(this).css({'backgroundColor':'#f2f2f2'});
});