* Fix product list links.

This commit is contained in:
leiyong
2020-11-27 14:49:42 +08:00
parent 1e7021328a
commit 671c4ef57d
3 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -694,7 +694,7 @@ class commonModel extends model
}
/* Disable links to more buttons. */
if($menuItem->name == 'list') $link='javascript:void(0);';
if($menuItem->name == 'morelink') $link='javascript:void(0);';
$menuItemHtml = "<li class='$class $active' data-id='$menuItem->name'>" . html::a($link, $label, $target) . $subMenu . "</li>\n";