web/polemicaltimeline.php
changeset 980 37f7aec0b6ad
parent 940 843f96e4eebd
child 1198 ff4b567d51f2
equal deleted inserted replaced
979:5166e1e0414f 980:37f7aec0b6ad
   152                 type: "Controller",
   152                 type: "Controller",
   153                 disable_annotate_btn: true
   153                 disable_annotate_btn: true
   154             },
   154             },
   155 <?php if ($protocol_level > 1): ?>
   155 <?php if ($protocol_level > 1): ?>
   156             {
   156             {
   157                 type: "Polemic"
   157                 type: "Polemic",
       
   158                 max_elements: 60
   158 <?php if ($protocol_level < 3): ?>
   159 <?php if ($protocol_level < 3): ?>
   159                 ,
   160                 ,
   160                 polemics: []
   161                 polemics: []
   161 <?php endif; ?>
   162 <?php endif; ?>
   162             },
   163             },