N°4085 - Polishing : bulk modify - remove console.warn

This commit is contained in:
acognet
2021-06-28 14:01:58 +02:00
parent e2958bd43f
commit 95066fbc49

View File

@@ -82,7 +82,6 @@ if (window.ResizeObserver)
oFromScreen{{ sListIDForVarSuffix }}ResizeTimeout = setTimeout(function () {
if ($("#{{ oUIBlock.GetId() }}_wrapper").height() > 0)
{
console.warn("$_wrapper).height()"+$("#{{ oUIBlock.GetId() }}_wrapper").height());
if (heightDatatable{{ sListIDForVarSuffix }}> 0)
{
let calcul = $("#ibo-main-content").height()+heightDatatable{{ sListIDForVarSuffix }}-heightScreen{{ sListIDForVarSuffix }};