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