From: Matthias Schmidt Date: Sun, 22 Jul 2012 17:30:39 +0000 (+0200) Subject: Adds missing 'tabsselect' event in custom select method X-Git-Tag: 2.0.0_Beta_1~978^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c8148c1a1121d786078f19236c1289fc5726069b;p=GitHub%2FWoltLab%2FWCF.git Adds missing 'tabsselect' event in custom select method --- diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index 2db76203fd..ab275a8be5 100755 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -2633,6 +2633,8 @@ WCF.TabMenu = { if (WCF.TabMenu._didInit) { location.hash = '#' + $panel.attr('id'); } + + $container.trigger('tabsselect', event, ui); } });