Commit f11aa310 authored by Chris Rebert's avatar Chris Rebert
Browse files

Merge pull request #10519 from zba/master

changed attr('data-target') to data('target');
parents b5d7a51b 7ee2b6a9
Showing with 1 addition and 1 deletion
+1 -1
......@@ -30,7 +30,7 @@
Tab.prototype.show = function () {
var $this = this.element
var $ul = $this.closest('ul:not(.dropdown-menu)')
var selector = $this.attr('data-target')
var selector = $this.data('target')
if (!selector) {
selector = $this.attr('href')
......
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