Administrator
/
new_rukzachok-1
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
33fdc9a3c3e4f948b3e16cfbd12472dbf7a8b2a6
Authored by
Виталий
2016-06-14 17:18:25 +0300
1 parent
2d5d3de2
Веталь
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/web/js/fix_height.js
Inline
Side-by-side
frontend/web/js/fix_height.js
Wrap text
Show/Hide comments
View file @
33fdc9a
1
1
$(document).ready(function () {
2
-
$( ".wrapper_all" ).append( $('.text_seo_products') );
2
+
//
$( ".wrapper_all" ).append( $('.text_seo_products') );
3
3
$('.read_more_seo').click(function (e) {
4
4
e.preventDefault()
5
5
$('.text_seo').removeClass('hidden_seo')
...
...