web/polemicaltimeline.php
changeset 583 f655dafb741e
parent 581 7607516bd9f1
child 597 07ab28bca482
--- a/web/polemicaltimeline.php	Thu Apr 12 17:55:56 2012 +0200
+++ b/web/polemicaltimeline.php	Fri Apr 13 19:19:53 2012 +0200
@@ -97,15 +97,17 @@
                 width: 650
             },
             widgets: [
-            {type: "PolemicWidget",
-               requires: [{
-                type: "TooltipWidget",
-                width: 180,
-                height: 160,
-                metadata : {type:'empty'
-                }
-               }],
-              height: 5
+            {
+                type: "PolemicWidget",
+                requires: [{
+                    type: "TooltipWidget",
+                    width: 180,
+                    height: 160,
+                    metadata : {
+                        type:'empty'
+                    }
+                }],
+                height: 5
             },
             {type: "SliderWidget"},        
             {type: "PlayerWidget", // please note that type refers directly to the constructor of the widget.
@@ -130,13 +132,13 @@
         <?php if (isset($config['hashtag'])) echo "excludeWords: ".json_encode(array($config['hashtag'])).","; ?>
             excludePattern: /^@/
         },{
-                        type: "TraceWidget",
-                     //   js_console : true,
-                        url: "http://traces.advene.org:5000/",
-                        requestmode: 'GET',
-                        syncmode: "sync"
-                    }
-            ]
+            type: "TraceWidget",
+         //   js_console : true,
+            url: "http://traces.advene.org:5000/",
+            requestmode: 'GET',
+            syncmode: "sync"
+        }
+        ]
         },
       player:{
           type:'jwplayer',