This commit is contained in:
mayue
2022-11-09 10:51:06 +08:00
parent 42f69a3457
commit 9bbfe8a130
+1 -1
View File
@@ -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();