mirror of
https://github.com/twbs/bootstrap.git
synced 2025-04-06 23:57:36 +02:00
fix for @pamelafox and #1861
This commit is contained in:
parent
fb74018ae2
commit
43760eb202
Binary file not shown.
2
js/bootstrap-tooltip.js
vendored
2
js/bootstrap-tooltip.js
vendored
@ -206,7 +206,7 @@
|
|||||||
title = $e.attr('data-original-title')
|
title = $e.attr('data-original-title')
|
||||||
|| (typeof o.title == 'function' ? o.title.call($e[0]) : o.title)
|
|| (typeof o.title == 'function' ? o.title.call($e[0]) : o.title)
|
||||||
|
|
||||||
title = title.toString().replace(/(^\s*|\s*$)/, "")
|
title = (title || '').toString().replace(/(^\s*|\s*$)/, "")
|
||||||
|
|
||||||
return title
|
return title
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user