FCLT#57054 autogrow niet bij mobile, copy paste foutje weggehaald

svn path=/Website/branches/v2019.1/; revision=41760
This commit is contained in:
2019-03-22 16:07:32 +00:00
parent 6d678502b5
commit 0e8032f2a9

View File

@@ -1498,27 +1498,24 @@ if (mld_key > -1 && this_mld.canAccept)
PAGE_START({id: "accp-4-" + mld_key, dialog: true})
HEADER({title: L("lcl_accept") + " " + subject, back: false, nohome:true});
%>
<script>
<script>
$(function()
{
$('textarea').resize(function () { FcltMgr.resized(window) } );
$('textarea').autogrow();
FcltMgr.fixActiveelementError();
$("#opmerk").focus();
});
function mld_accept_submit()
{
if (!validateForm("u2"))
return false;
function mld_accept_submit()
{
if (!validateForm("u2"))
return false;
$.post($("form[name=acceptform]")[0].action, $("[name=acceptform]").serialize() + "<%=transitParam%>",
McltCallbackAndThenAlways(function() {
window.location.href = "<%=rooturl%>/appl/pda/melding.asp?melding=1&mld_key=" + "<%=mld_key%>";
}), "json");
return true; // disable button
}
}
function onChangeBehandelteam(behandelteam_key)
{
@@ -1531,15 +1528,15 @@ if (mld_key > -1 && this_mld.canAccept)
}
}
function mld_cancel()
function mld_cancel()
{
window.history.back();
}
window.history.back();
}
</script>
</head>
</script>
</head>
<body class="modal" id="mod_mldaccept">
<body class="modal" id="mod_mldaccept">
<form id="acceptform" name="acceptform" action="<%=rooturl%>/appl/mld/mld_accept_save.asp" method="post">
<%