FSN#36280 Behandeling 2.0 loopt vast in IE8 mode
svn path=/Website/trunk/; revision=29291
This commit is contained in:
@@ -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!
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user