Skip to content

Commit

Permalink
Leave nav-tabs to bootstrap default behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
zsinryu committed Mar 19, 2014
1 parent 4a87c9b commit 3ea0fe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/plg_system_t3/base-bs3/js/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@
}

//get ready
$('.nav').t3menu({
$('.nav').has('.dropdown-menu').t3menu({
duration: mm_duration,
timeout: mm_timeout,
rtl: mm_rtl,
Expand All @@ -438,7 +438,7 @@
$(window).load(function(){

//check we miss any nav
$('.nav').t3menu({
$('.nav').has('.dropdown-menu').t3menu({
duration: mm_duration,
timeout: mm_timeout,
rtl: mm_rtl,
Expand Down

0 comments on commit 3ea0fe6

Please sign in to comment.