diff --git a/frontend/web/js/fix_height.js b/frontend/web/js/fix_height.js index 11fe982..8bfaf18 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_products') ); + // $( ".wrapper_all" ).append( $('.text_seo_products') ); $('.read_more_seo').click(function (e) { e.preventDefault() $('.text_seo').removeClass('hidden_seo') -- libgit2 0.21.4