src/hdalab/templates/renkan_edit.html
changeset 338 2df551ebddef
parent 337 46cd7ba5bbec
child 365 a2a04e7db680
equal deleted inserted replaced
337:46cd7ba5bbec 338:2df551ebddef
   129                     width: 960,
   129                     width: 960,
   130                     showcontrols: true,
   130                     showcontrols: true,
   131                     nexttext: "{% trans 'Next' %}",
   131                     nexttext: "{% trans 'Next' %}",
   132                     prevtext: "{% trans 'Previous' %}",
   132                     prevtext: "{% trans 'Previous' %}",
   133                     showmarkers : true,
   133                     showmarkers : true,
   134                     centermarkers : true
   134                     centermarkers : true,
       
   135                     automatic: false
   135                 });
   136                 });
   136                 $("#toggle-help").click(function(){
   137                 $("#toggle-help").click(function(){
   137                     $('#help-container').toggle();
   138                     $('#help-container').toggle();
   138                 });
   139                 });
   139             });
   140             });