Adds missing 'tabsselect' event in custom select method
authorMatthias Schmidt <gravatronics@live.com>
Sun, 22 Jul 2012 17:30:39 +0000 (19:30 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 22 Jul 2012 17:30:39 +0000 (19:30 +0200)
wcfsetup/install/files/js/WCF.js

index 2db76203fdec34daa4882cf5bd0b8555c73d58f5..ab275a8be5ab6ea171b472192fccb5f05e116777 100755 (executable)
@@ -2633,6 +2633,8 @@ WCF.TabMenu = {
                                        if (WCF.TabMenu._didInit) {
                                                location.hash = '#' + $panel.attr('id');
                                        }
+                                       
+                                       $container.trigger('tabsselect', event, ui);
                                }
                        });