Fix #18604, logo in header wasn't an anchor link.

This commit is contained in:
Connor Shea
2016-06-14 15:57:46 -06:00
parent 9a61eadae1
commit b4f0dcc7df
2 changed files with 1 additions and 7 deletions
-6
View File
@@ -42,9 +42,3 @@ work = ->
$(document).on('page:fetch', start)
$(document).on('page:change', stop)
$ ->
# Make logo clickable as part of a workaround for Safari visited
# link behaviour (See !2690).
$('#logo').on 'click', ->
Turbolinks.visit('/')
+1 -1
View File
@@ -51,7 +51,7 @@
%h1.title= title
.header-logo
#logo
= link_to root_path, class: 'home', title: 'Dashboard', id: 'logo' do
= brand_header_logo
= yield :header_content