Skip to content

Commit

Permalink
FIX tabs on size change
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Dausch committed Jan 24, 2017
1 parent c7bc863 commit 1cb7fd0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/plentymarketsCMStools-1.0.17.js
Original file line number Diff line number Diff line change
Expand Up @@ -1328,7 +1328,7 @@ TemplateCache["waitscreen/waitscreen.html"] = "<div id=\"PlentyWaitScreen\" clas
}
}

$( window ).on( 'sizeChange', resetTabs );
//$( window ).on( 'sizeChange', resetTabs );
}

activeTab = tabs[tabID];
Expand Down
2 changes: 1 addition & 1 deletion dist/plentymarketsCMStools-1.0.17.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/plentymarketsCMStools-1.0.17.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/directives/Tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
}
}

$( window ).on( 'sizeChange', resetTabs );
//$( window ).on( 'sizeChange', resetTabs );
}

activeTab = tabs[tabID];
Expand Down

0 comments on commit 1cb7fd0

Please sign in to comment.