UWVA#38300 Deeplinks lieten LADEN op het tabblad zien

svn path=/Website/branches/v2016.2/; revision=31402
This commit is contained in:
Jos Groot Lipman
2016-11-09 16:07:30 +00:00
parent d463734ab9
commit 1ee85070b8
3 changed files with 5 additions and 0 deletions

View File

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

View File

@@ -448,6 +448,9 @@ 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)%>");
<% } %>
});
function PasteFromClipboard()

View File

@@ -39,6 +39,7 @@ var lvl = getQParamInt("lvl", 1);
$(function ()
{ // Noot: vrijwel identieke code te vinden in bes_fe_menu.asp
FcltMgr.setTitle("<%=L("lcl_menu_mld_fe_3")%>");
var accord = $('#accordion');
var nnheads = accord.children("h3").length; // Voordat accordion de DOM heeft aangepast