Skip to content

Commit

Permalink
Merge pull request #67 from mikejacobson/fix-preclicked-tabs-unclickable
Browse files Browse the repository at this point in the history
Fix #65: Can't revisit tabs that were visited pre-init of scrollingTabs
  • Loading branch information
mikejacobson authored Apr 4, 2019
2 parents fb0947c + 9a5f83a commit f5432d6
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-bootstrap-scrolling-tabs",
"version": "2.6.0",
"version": "2.6.1",
"main": [
"./dist/jquery.scrolling-tabs.js",
"./dist/jquery.scrolling-tabs.css"
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.scrolling-tabs.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* jquery-bootstrap-scrolling-tabs
* @version v2.6.0
* @version v2.6.1
* @link https://github.com/mikejacobson/jquery-bootstrap-scrolling-tabs
* @author Mike Jacobson <[email protected]>
* @license MIT License, http://www.opensource.org/licenses/MIT
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.scrolling-tabs.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* jquery-bootstrap-scrolling-tabs
* @version v2.6.0
* @version v2.6.1
* @link https://github.com/mikejacobson/jquery-bootstrap-scrolling-tabs
* @author Mike Jacobson <[email protected]>
* @license MIT License, http://www.opensource.org/licenses/MIT
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.scrolling-tabs.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/jquery.scrolling-tabs.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-bootstrap-scrolling-tabs",
"version": "2.6.0",
"version": "2.6.1",
"description": "jQuery plugin for scrollable Bootstrap Tabs",
"homepage": "https://github.com/mikejacobson/jquery-bootstrap-scrolling-tabs",
"bugs": "https://github.com/mikejacobson/jquery-bootstrap-scrolling-tabs/issues",
Expand Down
2 changes: 1 addition & 1 deletion src/js/header.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* jquery-bootstrap-scrolling-tabs
* @version v2.6.0
* @version v2.6.1
* @link https://github.com/mikejacobson/jquery-bootstrap-scrolling-tabs
* @author Mike Jacobson <[email protected]>
* @license MIT License, http://www.opensource.org/licenses/MIT
Expand Down

0 comments on commit f5432d6

Please sign in to comment.