web/polemicaltimeline.php
changeset 573 6ec62b3610c8
parent 569 76ee1291e0c8
child 575 634e5549b806
--- 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'])).","; ?>