Commit 319b65e6 authored by Jacob Thornton's avatar Jacob Thornton

prevent default

parent 25519bac
...@@ -147,6 +147,7 @@ ...@@ -147,6 +147,7 @@
, $target = $($this.attr('data-target') || $this.attr('href')) , $target = $($this.attr('data-target') || $this.attr('href'))
, options = !$target.data('modal') && $.extend({}, $target.data(), $this.data()) , options = !$target.data('modal') && $.extend({}, $target.data(), $this.data())
$target.carousel(options) $target.carousel(options)
e.preventDefault()
}) })
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment