slider
Showing
1 changed file
with
3 additions
and
1 deletions
| ... | @@ -357,7 +357,9 @@ $(window).on('load resize scroll', function() { | ... | @@ -357,7 +357,9 @@ $(window).on('load resize scroll', function() { |
| 357 | } | 357 | } |
| 358 | }, false ); | 358 | }, false ); |
| 359 | 359 | ||
| 360 | 360 | $(".n2-ss-text").each(function() { | |
| 361 | $(this).wrapInner( '<div class="container"> <div class="row"><div class="col-md-12 content-area"></div></div></div>'); | ||
| 362 | }); | ||
| 361 | 363 | ||
| 362 | }); | 364 | }); |
| 363 | 365 | ... | ... |
-
Please register or sign in to post a comment