From 2627ee46d68554ae3ab553fcc579a0e2d85f853b Mon Sep 17 00:00:00 2001 From: Веталь Date: Tue, 14 Jun 2016 16:55:17 +0300 Subject: [PATCH] Веталь --- frontend/views/catalog/products.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/views/catalog/products.php b/frontend/views/catalog/products.php index 1d0a703..ae85173 100755 --- a/frontend/views/catalog/products.php +++ b/frontend/views/catalog/products.php @@ -34,7 +34,8 @@ $this->registerJsFile(Yii::getAlias('@web/js/ion.rangeSlider.js'),[ $(document).ready(function() { $( ".wrapper_all" ).append( $('.text_seo') ); - $('.read_more_seo').click(function () { + $('.read_more_seo').click(function (e) { + e.preventDefault() $('.text_seo').removeClass('hidden_seo') $(this).remove() }) -- libgit2 0.21.4