Skip to content
Snippets Groups Projects
Commit 67a18f34 authored by Annabel Dunstone's avatar Annabel Dunstone
Browse files

Fix safari logo loading animation safari bug

parent cb126995
No related branches found
No related tags found
No related merge requests found
Loading
@@ -162,13 +162,6 @@ $ ->
Loading
@@ -162,13 +162,6 @@ $ ->
$el.data('placement') || 'bottom' $el.data('placement') || 'bottom'
) )
   
$('.header-logo .home').tooltip(
placement: (_, el) ->
$el = $(el)
if $('.page-with-sidebar').hasClass('page-sidebar-collapsed') then 'right' else 'bottom'
container: 'body'
)
# Form submitter # Form submitter
$('.trigger-submit').on 'change', -> $('.trigger-submit').on 'change', ->
$(@).parents('form').submit() $(@).parents('form').submit()
Loading
Loading
Loading
@@ -47,4 +47,4 @@ $ ->
Loading
@@ -47,4 +47,4 @@ $ ->
# Make logo clickable as part of a workaround for Safari visited # Make logo clickable as part of a workaround for Safari visited
# link behaviour (See !2690). # link behaviour (See !2690).
$('#logo').on 'click', -> $('#logo').on 'click', ->
$('#js-shortcuts-home').get(0).click() Turbolinks.visit('/')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment