From e2348e68023872cb90c9babb27a7c2f8cf1af20c Mon Sep 17 00:00:00 2001 From: Felix Rieseberg Date: Mon, 4 Aug 2014 17:21:07 -0700 Subject: [PATCH] Ghost Logo navigation responds correctly to mobile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit closes #3522 - Previously, the logo had a href attribute which was manually kept from executing on mobile. Slow mobile devices that didn’t fully load the JS would therefore navigate “desktop style” - The href attribute is now set after the event handler has been loaded, ensuring correct navigation behaviour. --- core/client/templates/-navbar.hbs | 2 +- core/client/views/application.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/core/client/templates/-navbar.hbs b/core/client/templates/-navbar.hbs index 29c84c2493..ce16be87a1 100644 --- a/core/client/templates/-navbar.hbs +++ b/core/client/templates/-navbar.hbs @@ -1,5 +1,5 @@