FSN#39676 Opent nu Zelfservice portaal ook onload (als Zelfservice als laatst open was)

svn path=/Website/branches/v2016.3/; revision=32995
This commit is contained in:
2017-03-01 10:17:09 +00:00
parent 203c2d6658
commit dc9faf6aa8

View File

@@ -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)