2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Merge pull request #19894 from twbs/v4-dev-jquery223

Update jQuery to v2.2.4.
This commit is contained in:
XhmikosR
2016-05-26 15:40:02 +03:00
17 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
$('.bd-example-indeterminate [type="checkbox"]').prop('indeterminate', true)
// Disable empty links in docs examples
$('.bd-example [href=#]').click(function (e) {
$('.bd-example [href="#"]').click(function (e) {
e.preventDefault()
})