We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43becec commit e6b73b0Copy full SHA for e6b73b0
public/js/main.js
@@ -144,7 +144,7 @@ const loadCalendar = async () => {
144
if (patterns) {
145
for (var j = 0; j < patterns.length; j++) {
146
if (match[1].localeCompare(patterns[j], 'en', { sensitivity: 'base' }) === 0) {
147
- title = match[2];
+ title = '[' + match[1] + '] ' + match[2];
148
calendarId = communities[i].key;
149
break;
150
}
0 commit comments