UWVA#38300 Deeplinks lieten LADEN op het tabblad zien

svn path=/Website/branches/v2016.2/; revision=31403
This commit is contained in:
Jos Groot Lipman
2016-11-09 16:13:12 +00:00
parent 1ee85070b8
commit 28d7e739de
2 changed files with 2 additions and 2 deletions

View File

@@ -111,7 +111,7 @@ else
<% }
else
{ %>
FcltMgr.setTitle("<%=L("lcl_menu_bez_fe")%>");
FcltMgr.setTitle("<%=L("lcl_menu_bez_fe")%>", {hot: true});
FcltMgr.startEdit(window);
<% } %>
});

View File

@@ -449,7 +449,7 @@ lcl.set_dialect(mld_melding.srtdisc, "MLD_SRTDISCIPLINE_KEY");
$('textarea').resize(function () { FcltMgr.resized(window) } );
$('textarea').autogrow();
<% if (lNieuweMelding) { %>
FcltMgr.setTitle("<%=safe.jsstring(stdm_info.srtdisc_oms)%>");
FcltMgr.setTitle("<%=safe.jsstring(stdm_info.srtdisc_oms)%>", { hot: true });
<% } %>
});