2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

prevent default

This commit is contained in:
Jacob Thornton
2012-01-25 11:49:00 -08:00
parent 25519bacd5
commit 319b65e64b
+1
View File
@@ -147,6 +147,7 @@
, $target = $($this.attr('data-target') || $this.attr('href'))
, options = !$target.data('modal') && $.extend({}, $target.data(), $this.data())
$target.carousel(options)
e.preventDefault()
})
})