From d0aa6dd431b3a6baab7e44fa09b0cf63c5d2f40b Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Tue, 16 Oct 2018 08:48:34 -0700 Subject: [PATCH] Fix problem with date not being settable when it's an attribute on the calendar --- frontend/src/ketr-photos/ketr-photos.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/ketr-photos/ketr-photos.html b/frontend/src/ketr-photos/ketr-photos.html index b51ddc6..655626f 100755 --- a/frontend/src/ketr-photos/ketr-photos.html +++ b/frontend/src/ketr-photos/ketr-photos.html @@ -333,9 +333,9 @@ + min="[[year]]-01-01" + max="[[year]]-12-31" + date="{{date}}">
Pick a date on the calendar to look back in time and see photos from that day.
On [[memoryDate]], there have been [[add(thumbnails.length,pendingPhotos.length)]] photos taken over [[years.length]] year(s).