FENS merge V00.59
authorSamuel Huron <samuel.huron@centrepompidou.fr>
Mon, 20 Jun 2011 15:21:31 +0200
changeset 186 21076d8c9ac8
parent 183 185caa9e1acb (current diff)
parent 185 dc84408e4a95 (diff)
child 187 adf7fc44c1cb
child 192 f2fdf9571292
FENS merge
--- a/web/client.php	Mon Jun 20 15:19:50 2011 +0200
+++ b/web/client.php	Mon Jun 20 15:21:31 2011 +0200
@@ -354,7 +354,7 @@
 				  version: 2,
 				  type: 'search',
 				  search: '<?php echo($C_hashtag); ?>',
-				  interval: 1000,
+				  interval: 3000,
 				  title: '',
 				  subject: '',
 				  width: 377,
@@ -371,14 +371,14 @@
 					}
 				  },
 				  features: {
-					scrollbar: false,
-					loop: true,
+					scrollbar: true,
+					loop: false,
 					live: true,
 					hashtags: true,
 					timestamp: true,
 					avatars: true,
 					toptweets: true,
-					behavior: 'default'
+					behavior: 'all'
 				  }
 				}).render().start();
 			</script>