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

prevent default

parent 25519bac
Showing with 1 addition and 0 deletions
+1 -0
...@@ -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()
}) })
}) })
......
Supports Markdown
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