Fix the switching tab bug when calling ocTab.updateTab()
This commit is contained in:
Samuel Georges 2015-08-08 11:32:01 +10:00
commit 56c8053288
1 changed files with 3 additions and 0 deletions

View File

@ -158,6 +158,9 @@
this.initTab($tab)
$link.data('title', $link.attr('data-title'))
$link.data('target', $link.attr('data-target'))
this.updateClasses()
}