--- 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',