|
172 | 172 | clearBtn: {{ clearButton|e4js }},
|
173 | 173 | language: {{ language|e4js }},
|
174 | 174 | startDate: new Date({{ startDate|e4js }}),
|
175 |
| - endDate: new Date({{ endDate|e4js }}), |
| 175 | + endDate: new Date({{ endDate|e4js }}) |
176 | 176 | });
|
177 | 177 | {% endblock afe_date_picker_afe_javascript_prototype %}
|
178 | 178 | });
|
|
196 | 196 | showWeekNumbers: {{ showWeekNumbers|e4js }},
|
197 | 197 | showDropdowns: {{ showDropdowns|e4js }},
|
198 | 198 | dateLimit: {{ dateLimit|e4js }},
|
199 |
| - locale: {{ locale|e4js }}, |
| 199 | + locale: {{ locale|e4js }} |
200 | 200 | {% if minDate is not empty %}
|
201 |
| - minDate: {{ minDate|e4js }}, |
| 201 | + ,minDate: {{ minDate|e4js }} |
202 | 202 | {% endif %}
|
203 | 203 | {% if maxDate is not empty %}
|
204 |
| - maxDate: {{ maxDate|e4js }}, |
| 204 | + ,maxDate: {{ maxDate|e4js }} |
205 | 205 | {% endif %}
|
206 | 206 | {% if ranges %}
|
207 |
| - ranges: {{ ranges|e4js }}, |
| 207 | + ,ranges: {{ ranges|e4js }} |
208 | 208 | {% endif %}
|
209 | 209 | });
|
210 | 210 | {% endblock afe_daterange_picker_afe_javascript_prototype %}
|
|
287 | 287 | 'lineCap': {{ lineCap|e4js }},
|
288 | 288 | 'step': {{ step|e4js }},
|
289 | 289 | 'min': {{ min|e4js }},
|
290 |
| - 'max': {{ max|e4js }}, |
| 290 | + 'max': {{ max|e4js }} |
291 | 291 | });
|
292 | 292 | {% endblock afe_knob_afe_javascript_prototype %}
|
293 | 293 | });
|
|
389 | 389 | secondStep: {{ second_step|e4js }},
|
390 | 390 | defaultTime: {{ default_time|e4js }},
|
391 | 391 | showMeridian: {{ show_meridian|e4js }},
|
392 |
| - disableFocus: {{ disable_focus|e4js }}, |
| 392 | + disableFocus: {{ disable_focus|e4js }} |
393 | 393 | });
|
394 | 394 | {% endblock afe_time_picker_afe_javascript_prototype %}
|
395 | 395 | });
|
|
0 commit comments