From eef54e992b128a845801eb77e8b2fe859c656f75 Mon Sep 17 00:00:00 2001 From: Maxime Le Conte des Floris Date: Tue, 17 Apr 2018 18:42:10 +0200 Subject: [PATCH] focus container on page load (#116) * focus container on page load * only focus container on first page load * add test for container focus on page load * fix typo --- routes/_components/Layout.html | 16 ++++++++++++++-- tests/spec/010-focus.js | 4 ++++ 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/routes/_components/Layout.html b/routes/_components/Layout.html index 2d63634e..ec9d94b3 100644 --- a/routes/_components/Layout.html +++ b/routes/_components/Layout.html @@ -1,6 +1,6 @@