Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
6b3ee0e5
Commit
6b3ee0e5
authored
5 years ago
by
Johann-S
Committed by
XhmikosR
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
removing last occurences of _fixTitle in our docs (#29631)
parent
81541b95
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
site/assets/js/src/application.js
+2
-4
site/assets/js/src/application.js
with
2 additions
and
4 deletions
+2
-4
site/assets/js/src/application.js
+
2
-
4
View file @
6b3ee0e5
...
...
@@ -156,12 +156,10 @@
var
fallbackMsg
=
'
Press
'
+
modifierKey
+
'
C to copy
'
var
tooltipBtn
=
bootstrap
.
Tooltip
.
getInstance
(
e
.
trigger
)
e
.
trigger
.
setAttribute
(
'
title
'
,
fallbackMsg
)
tooltipBtn
.
_fixTitle
()
e
.
trigger
.
setAttribute
(
'
data-original-title
'
,
fallbackMsg
)
tooltipBtn
.
show
()
e
.
trigger
.
setAttribute
(
'
title
'
,
'
Copy to clipboard
'
)
tooltipBtn
.
_fixTitle
()
e
.
trigger
.
setAttribute
(
'
data-original-title
'
,
'
Copy to clipboard
'
)
})
anchors
.
options
=
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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