FSN#36280 Behandeling 2.0 loopt vast in IE8 mode

svn path=/Website/trunk/; revision=29291
This commit is contained in:
Erik Groener
2016-05-04 09:27:45 +00:00
parent 4c48e8b21c
commit 65fb918bd2
2 changed files with 1 additions and 2 deletions

View File

@@ -71,7 +71,6 @@ var afgehandeld = (mld_info.mld_status == 1 || mld_info.mld_status == 5 || mld_i
}
$(function () {
$('textarea').resize(function () { FcltMgr.resized(window) } );
$('textarea').autogrow();
// Let op: scrollen is complexer dan je denkt. Ons huidige document heeft
// helemaal geen scrollbars, die zijn van de parent-IFrame!

View File

@@ -207,7 +207,7 @@ function bestandenlijstALL(pmodule, pniveau, pkey)
if (pcode == "ORDMAI")
var save_note_url = "../mld/opdr_edit_note_save.asp?opdr_key=" + pkey;
%>
if (($("#notes").val()).trim() != "")
if ($.trim($("#notes").val()) != "")
{
var data = { note: $("#notes").val(),
zichtbaarFE: ($("#zichtbaarFE").prop("checked") ? "on" : "off")