mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-25 12:59:05 +02:00
changed event should be change event
This commit is contained in:
2
js/bootstrap-tabs.js
vendored
2
js/bootstrap-tabs.js
vendored
@@ -43,7 +43,7 @@
|
||||
|
||||
activate($this.parent('li'), $ul)
|
||||
activate($href, $href.parent())
|
||||
$this.trigger("changed", {from:current, to:href})
|
||||
$this.trigger("change", { from: current, to: href })
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user