From 2d5d3de2454b661c381a05c593e6c83e9542bccb Mon Sep 17 00:00:00 2001 From: Веталь Date: Tue, 14 Jun 2016 17:05:30 +0300 Subject: [PATCH] Веталь --- frontend/views/catalog/products.php | 2 +- frontend/web/js/fix_height.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/views/catalog/products.php b/frontend/views/catalog/products.php index 01a922d..3438a67 100755 --- a/frontend/views/catalog/products.php +++ b/frontend/views/catalog/products.php @@ -69,7 +69,7 @@ $this->registerJsFile(Yii::getAlias('@web/js/ion.rangeSlider.js'),[
-
+
'seo_text'])?>
diff --git a/frontend/web/js/fix_height.js b/frontend/web/js/fix_height.js index 275485f..11fe982 100644 --- a/frontend/web/js/fix_height.js +++ b/frontend/web/js/fix_height.js @@ -1,5 +1,5 @@ $(document).ready(function () { - $( ".wrapper_all" ).append( $('.text_seo') ); + $( ".wrapper_all" ).append( $('.text_seo_products') ); $('.read_more_seo').click(function (e) { e.preventDefault() $('.text_seo').removeClass('hidden_seo') -- libgit2 0.21.4