mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-02 02:29:24 +01:00
removed some old stuff from application.js
This commit is contained in:
parent
e79eb75e09
commit
1166b39630
@ -31,20 +31,6 @@
|
|||||||
$(this).parents('.add-on')[method]('active')
|
$(this).parents('.add-on')[method]('active')
|
||||||
})
|
})
|
||||||
|
|
||||||
// position static twipsies for components page
|
|
||||||
if ($(".twipsies a").length) {
|
|
||||||
$(window).on('load resize', function () {
|
|
||||||
$(".twipsies a").each(function () {
|
|
||||||
$(this)
|
|
||||||
.tooltip({
|
|
||||||
placement: $(this).attr('title')
|
|
||||||
, trigger: 'manual'
|
|
||||||
})
|
|
||||||
.tooltip('show')
|
|
||||||
})
|
|
||||||
})
|
|
||||||
}
|
|
||||||
|
|
||||||
// add tipsies to grid for scaffolding
|
// add tipsies to grid for scaffolding
|
||||||
if ($('#gridSystem').length) {
|
if ($('#gridSystem').length) {
|
||||||
$('#gridSystem').tooltip({
|
$('#gridSystem').tooltip({
|
||||||
|
2
docs/assets/js/bootstrap.min.js
vendored
2
docs/assets/js/bootstrap.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user