@@ -20,20 +20,20 @@ require([
20
20
//<![CDATA[
21
21
$.extend(true, $, {
22
22
calendarConfig: {
23
- dayNames: <?= $ block -> escapeJs ( $ days ['wide ' ]) ?> ,
24
- dayNamesMin: <?= $ block -> escapeJs ( $ days ['abbreviated ' ]) ?> ,
25
- monthNames: <?= $ block -> escapeJs ( $ months ['wide ' ]) ?> ,
26
- monthNamesShort: <?= $ block -> escapeJs ( $ months ['abbreviated ' ]) ?> ,
27
- infoTitle: "<?= $ block -> escapeJs ( __ ('About the calendar ' ) ) ?> ",
28
- firstDay: <?= $ block -> escapeJs ( $ firstDay) ?> ,
29
- closeText: "<?= $ block -> escapeJs ( __ ('Close ' ) ) ?> ",
30
- currentText: "<?= $ block -> escapeJs ( __ ('Go Today ' ) ) ?> ",
31
- prevText: "<?= $ block -> escapeJs ( __ ('Previous ' )) ?> ",
32
- nextText: "<?= $ block -> escapeJs ( __ ('Next ' ) ) ?> ",
33
- weekHeader: "<?= $ block -> escapeJs ( __ ('WK ' ) ) ?> ",
34
- timeText: "<?= $ block -> escapeJs ( __ ('Time ' ) ) ?> ",
35
- hourText: "<?= $ block -> escapeJs ( __ ('Hour ' ) ) ?> ",
36
- minuteText: "<?= $ block -> escapeJs ( __ ('Minute ' ) ) ?> ",
23
+ dayNames: <?= /* @noEscape */ $ days ['wide ' ] ?> ,
24
+ dayNamesMin: <?= /* @noEscape */ $ days ['abbreviated ' ] ?> ,
25
+ monthNames: <?= /* @noEscape */ $ months ['wide ' ] ?> ,
26
+ monthNamesShort: <?= /* @noEscape */ $ months ['abbreviated ' ] ?> ,
27
+ infoTitle: "<?= /* @noEscape */ __ ('About the calendar ' ) ?> ",
28
+ firstDay: <?= /* @noEscape */ $ firstDay ?> ,
29
+ closeText: "<?= /* @noEscape */ __ ('Close ' ) ?> ",
30
+ currentText: "<?= /* @noEscape */ __ ('Go Today ' ) ?> ",
31
+ prevText: "<?= /* @noEscape */ __ ('Previous ' )) ?> ",
32
+ nextText: "<?= /* @noEscape */ __ ('Next ' ) ?> ",
33
+ weekHeader: "<?= /* @noEscape */ __ ('WK ' ) ?> ",
34
+ timeText: "<?= /* @noEscape */ __ ('Time ' ) ?> ",
35
+ hourText: "<?= /* @noEscape */ __ ('Hour ' ) ?> ",
36
+ minuteText: "<?= /* @noEscape */ __ ('Minute ' ) ?> ",
37
37
dateFormat: $.datepicker.RFC_2822,
38
38
showOn: "button",
39
39
showAnim: "",
0 commit comments