2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

run grunt

This commit is contained in:
Chris Rebert
2013-10-14 20:47:56 -07:00
parent a28d9539c7
commit b05a287eb6
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1769,7 +1769,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
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')