BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
67a18f34
Commit
67a18f34
authored
Jun 10, 2016
by
Annabel Dunstone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix safari logo loading animation safari bug
parent
cb126995
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
8 deletions
+1
-8
application.js.coffee
app/assets/javascripts/application.js.coffee
+0
-7
logo.js.coffee
app/assets/javascripts/logo.js.coffee
+1
-1
No files found.
app/assets/javascripts/application.js.coffee
View file @
67a18f34
...
...
@@ -162,13 +162,6 @@ $ ->
$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
$
(
'.trigger-submit'
).
on
'change'
,
->
$
(
@
).
parents
(
'form'
).
submit
()
...
...
app/assets/javascripts/logo.js.coffee
View file @
67a18f34
...
...
@@ -47,4 +47,4 @@ $ ->
# Make logo clickable as part of a workaround for Safari visited
# link behaviour (See !2690).
$
(
'#logo'
).
on
'click'
,
->
$
(
'#js-shortcuts-home'
).
get
(
0
).
click
(
)
Turbolinks
.
visit
(
'/'
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment