mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 22:05:44 +01:00
getting rid of attributes like data-note-path in favor of the whole nav state in URLs
This commit is contained in:
@@ -105,7 +105,7 @@ export default class CalendarWidget extends RightDropdownButtonWidget {
|
||||
|
||||
if (dateNoteId) {
|
||||
$newDay.addClass('calendar-date-exists');
|
||||
$newDay.attr("data-note-path", dateNoteId);
|
||||
$newDay.attr("href", `#root/dateNoteId`);
|
||||
}
|
||||
|
||||
if (this.isEqual(this.date, this.activeDate)) {
|
||||
|
||||
Reference in New Issue
Block a user