From c8148c1a1121d786078f19236c1289fc5726069b Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Sun, 22 Jul 2012 19:30:39 +0200 Subject: [PATCH] Adds missing 'tabsselect' event in custom select method --- wcfsetup/install/files/js/WCF.js | 2 ++ 1 file changed, 2 insertions(+) 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); } }); -- 2.20.1