From 8481d0b36323adaa95032bde0604870c5974aea6 Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Wed, 12 Sep 2018 23:06:35 -0700 Subject: [PATCH] Hide 'time' until timeline is working Signed-off-by: James Ketrenos --- frontend/bower.json | 3 ++- frontend/src/ketr-photos/ketr-photos.html | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/frontend/bower.json b/frontend/bower.json index 48d29f0..8b5c98d 100644 --- a/frontend/bower.json +++ b/frontend/bower.json @@ -39,6 +39,7 @@ "iron-icon": "^2", "iron-icons": "^2", "iron-resizable-behavior": "^2", - "iron-iconset": "^2" + "iron-iconset": "^2", + "iron-overlay-behavior": "2" } } diff --git a/frontend/src/ketr-photos/ketr-photos.html b/frontend/src/ketr-photos/ketr-photos.html index 54333a5..ac673a1 100755 --- a/frontend/src/ketr-photos/ketr-photos.html +++ b/frontend/src/ketr-photos/ketr-photos.html @@ -228,7 +228,7 @@ - + @@ -322,7 +322,7 @@ }, mode: { type: String, - value: "time" + value: "memories" }, date: { type: String,