2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

replacement fix for #23257 without old history

This commit is contained in:
Mark Otto
2017-08-08 21:45:33 -07:00
committed by Mark Otto
parent 209a963539
commit cf3bfa04ef
2 changed files with 12 additions and 12 deletions
+5 -10
View File
@@ -96,15 +96,10 @@
.tooltip('_fixTitle')
})
anchors.options = {
icon: '#'
}
anchors.add('.bd-content > h2, .bd-content > h3, .bd-content > h4, .bd-content > h5')
$('.bd-content > h2, .bd-content > h3, .bd-content > h4, .bd-content > h5').wrapInner('<span></span>')
})
}(jQuery))
;(function () {
'use strict'
anchors.options = {
icon: '#'
}
anchors.add('.bd-content > h2, .bd-content > h3, .bd-content > h4, .bd-content > h5')
}())