// attributeBack.js some replacement getE() by $()
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9568 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -247,13 +247,13 @@ function init_elems()
|
||||
try
|
||||
{
|
||||
if (impact.options[impact.selectedIndex].value == 0)
|
||||
getE('span_impact').style.display = 'none';
|
||||
$('#span_impact').hide();
|
||||
if (impact2.options[impact.selectedIndex].value == 0)
|
||||
getE('span_weight_impact').style.display = 'none';
|
||||
}
|
||||
catch (e)
|
||||
{
|
||||
getE('span_impact').style.display = 'none';
|
||||
$('#span_impact').hide();
|
||||
getE('span_weight_impact').style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user