* Fix bug #29454.
This commit is contained in:
@@ -159,7 +159,7 @@ $closedProductsHtml .= '</ul>';
|
||||
<script>
|
||||
$(function()
|
||||
{
|
||||
<?php if($currentProduct->status == 'closed'):?>
|
||||
<?php if($currentProduct and $currentProduct->status == 'closed'):?>
|
||||
$('.col-footer .toggle-right-col').click(function(){ scrollToSelected(); })
|
||||
<?php else:?>
|
||||
scrollToSelected();
|
||||
|
||||
Reference in New Issue
Block a user