equal
deleted
inserted
replaced
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 }); |