diff --git a/public_html/includes/js/LSform.js b/public_html/includes/js/LSform.js index 85a1031c..c762d91e 100644 --- a/public_html/includes/js/LSform.js +++ b/public_html/includes/js/LSform.js @@ -81,7 +81,8 @@ var LSform = new Class({ } else { if (!$type(Layout.getElement('dt'))) { - li.setStyle('display','none'); + li.destroy(); + Layout.destroy(); } } }