UWVA#38300 Deeplinks lieten LADEN op het tabblad zien
svn path=/Website/branches/v2016.2/; revision=31402
This commit is contained in:
@@ -111,6 +111,7 @@ else
|
|||||||
<% }
|
<% }
|
||||||
else
|
else
|
||||||
{ %>
|
{ %>
|
||||||
|
FcltMgr.setTitle("<%=L("lcl_menu_bez_fe")%>");
|
||||||
FcltMgr.startEdit(window);
|
FcltMgr.startEdit(window);
|
||||||
<% } %>
|
<% } %>
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -448,6 +448,9 @@ lcl.set_dialect(mld_melding.srtdisc, "MLD_SRTDISCIPLINE_KEY");
|
|||||||
{
|
{
|
||||||
$('textarea').resize(function () { FcltMgr.resized(window) } );
|
$('textarea').resize(function () { FcltMgr.resized(window) } );
|
||||||
$('textarea').autogrow();
|
$('textarea').autogrow();
|
||||||
|
<% if (lNieuweMelding) { %>
|
||||||
|
FcltMgr.setTitle("<%=safe.jsstring(stdm_info.srtdisc_oms)%>");
|
||||||
|
<% } %>
|
||||||
});
|
});
|
||||||
|
|
||||||
function PasteFromClipboard()
|
function PasteFromClipboard()
|
||||||
|
|||||||
@@ -39,6 +39,7 @@ var lvl = getQParamInt("lvl", 1);
|
|||||||
|
|
||||||
$(function ()
|
$(function ()
|
||||||
{ // Noot: vrijwel identieke code te vinden in bes_fe_menu.asp
|
{ // Noot: vrijwel identieke code te vinden in bes_fe_menu.asp
|
||||||
|
FcltMgr.setTitle("<%=L("lcl_menu_mld_fe_3")%>");
|
||||||
var accord = $('#accordion');
|
var accord = $('#accordion');
|
||||||
var nnheads = accord.children("h3").length; // Voordat accordion de DOM heeft aangepast
|
var nnheads = accord.children("h3").length; // Voordat accordion de DOM heeft aangepast
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user