Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gijsroge committed Feb 17, 2015
1 parent 91129bd commit 97ab4c8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tabtab.js",
"version": "0.1.2",
"version": "0.1.3",
"homepage": "https://github.com/gijsroge/tabtab.js",
"authors": [
{ "name" : "Gijs Rogé",
Expand Down
12 changes: 7 additions & 5 deletions dist/tabtab.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! tabtab.js - v0.1.2 | (c) 2015 @gijsroge | MIT license | https://github.com/gijsroge/tabtab.js */
/*! tabtab.js - v0.1.3 | (c) 2015 @gijsroge | MIT license | https://github.com/gijsroge/tabtab.js */
(function($) {

'use strict';
Expand Down Expand Up @@ -237,10 +237,6 @@
return false;
} else {

/*
* Check if we should disable prev/next controls
*/
checkIfDisabled();

/*
* Add active class to current tab menu item
Expand Down Expand Up @@ -453,6 +449,12 @@
} else if(settings.animateHeight === false && settings.fixedHeight === false){
_this.find('.js-tabs-height').css('height', $(contentItem).eq(selectedItem).outerHeight());
}

/*
* Check if we should disable prev/next controls
*/
checkIfDisabled();

}
settings.tabSwitched.call(this);
};
Expand Down
4 changes: 2 additions & 2 deletions dist/tabtab.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
Expand Up @@ -2,7 +2,7 @@
"name": "tabtab.js",
"title": "tabtab.js",
"description": "A simple, Accessible, 60+fps, easy-to-use animated tabs plugin for jQuery.",
"version": "0.1.2",
"version": "0.1.3",
"main": "dist/tabtab.js",
"homepage": "https://github.com/gijsroge/tabtab.js",
"author": {
Expand Down

0 comments on commit 97ab4c8

Please sign in to comment.