mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
removing last occurences of _fixTitle in our docs (#29631)
This commit is contained in:
parent
81541b955f
commit
6b3ee0e5fd
1 changed files with 2 additions and 4 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue