try to improve tweeter search display V00.58
authorYves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Mon, 20 Jun 2011 14:44:34 +0200
changeset 184 90f11975c5ee
parent 182 ba9eab65d853
child 185 dc84408e4a95
try to improve tweeter search display
web/client.php
--- a/web/client.php	Mon Jun 20 14:23:15 2011 +0200
+++ b/web/client.php	Mon Jun 20 14:44:34 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>