FSN#41714 Bugfix@ sgBehandelaar not undefined when absent

svn path=/Website/trunk/; revision=35087
This commit is contained in:
2017-08-25 07:29:04 +00:00
parent 65d3b2e2d1
commit 0a7b7970e0

View File

@@ -129,7 +129,8 @@ FCLTHeader.Requires({ plugins: ["jQuery"],
// Melding leegmaken
sgStdm.setValue(-1, "", true, false, null, true);
sgStdm.CheckJustOne();
sgBehandelaar.setValue(-1, "", false /*doonChange*/, true /*checkExist*/);
if (window.sgBehandelaar)
sgBehandelaar.setValue(-1, "", false /*doonChange*/, true /*checkExist*/);
}
function process_stdm_info(data, textStatus)