|
@@ -684,6 +684,13 @@
|
|
}, 250);
|
|
}, 250);
|
|
}
|
|
}
|
|
@endif
|
|
@endif
|
|
|
|
+ setTimeout(() => {
|
|
|
|
+ $('.fc-toolbar-title .tz-display').remove();
|
|
|
|
+ $('<span/>')
|
|
|
|
+ .addClass('pl-2 tz-display text-secondary')
|
|
|
|
+ .text('(Timezone: ' + this.timezone + ')')
|
|
|
|
+ .appendTo($('.fc-toolbar-title'));
|
|
|
|
+ }, 0);
|
|
},
|
|
},
|
|
dateStr: function(_dateTime) {
|
|
dateStr: function(_dateTime) {
|
|
return _dateTime.getFullYear() + "-" +
|
|
return _dateTime.getFullYear() + "-" +
|