refactoring of "date-notes" to "special-notes"

This commit is contained in:
zadam
2021-09-16 21:59:34 +02:00
parent 2b017a956e
commit 2d82da32d4
7 changed files with 36 additions and 20 deletions

View File

@@ -145,7 +145,7 @@ export default class CalendarMenuWidget extends BasicWidget {
async createMonth() {
const month = utils.formatDateISO(this.date).substr(0, 7);
const dateNotesForMonth = await server.get('date-notes/notes-for-month/' + month);
const dateNotesForMonth = await server.get('special-notes/notes-for-month/' + month);
this.$month.empty();