Commit d7be4431 authored by Romain Loth's avatar Romain Loth

fix tab show in bs-native

cf. pull req https://github.com/thednp/bootstrap.native/pull/142
parent 610c6d51
......@@ -1615,7 +1615,8 @@
};
// public method
this.show = function() { // the tab we clicked is now the next tab
this.show = function() {
next = element; // the tab we clicked is now the next tab
nextContent = queryElement(next[getAttribute]('href')); //this is the actual object, the next tab content to activate
activeTab = getActiveTab();
activeContent = getActiveContent();
......
Markdown is supported
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