diff --git a/APPL/FAC/Facilitor.asp b/APPL/FAC/Facilitor.asp index d9ca18b8b4..e6b4cbc736 100644 --- a/APPL/FAC/Facilitor.asp +++ b/APPL/FAC/Facilitor.asp @@ -397,6 +397,14 @@ if (device.test(device.isTouch)) { %> <% if (!noTabs && S("menu_tab_toggles_portalmenu")==1) { var menuitems = fillMenuArray(true); // portalOnly %> + if (selectedTabId == 0) // Zelfservice? + { + <% if (menuitems && menuitems[0]?1:0) // filled? + { %> + FcltMgr.openDetail("appl/fac/fac_portal_menu.asp?groep=0", + { titel: $("#menutabs .ui-tabs-active").text(), reuse: true }); + <% } %> + } $("#menutabs").tabs({ activate: function(event, ui)