--- a/web/polemicaltimeline.php Wed Mar 28 10:15:29 2012 +0200
+++ b/web/polemicaltimeline.php Thu Mar 29 16:21:06 2012 +0200
@@ -109,7 +109,8 @@
},
{type: "SliderWidget"},
{type: "PlayerWidget", // please note that type refers directly to the constructor of the widget.
- mode: "radio"},
+ mode: "radio",
+ disable_annotate_btn: true},
{type: "SegmentsWidget",
requires: [{
type: "TooltipWidget",
@@ -122,7 +123,8 @@
{type: "TweetsWidget"},
{type: "AnnotationsWidget"},
{type: "AnnotationsListWidget",
- container: "AnnotationsListContainer"},
+ container: "AnnotationsListContainer",
+ ajax_mode: false},
{type: "TagCloudWidget",
container: "TagcloudContainer",
<?php if (isset($config['hashtag'])) echo "excludeWords: ".json_encode(array($config['hashtag'])).","; ?>