diff --git a/js/cwd_card_slider.js b/js/cwd_card_slider.js index f758a99..863b917 100644 --- a/js/cwd_card_slider.js +++ b/js/cwd_card_slider.js @@ -91,8 +91,8 @@ jQuery(document).ready(function($) { // build buttons var nextprev_html = ''; if (card_count > 1) { - $(viewer_band).before('').wrap('
'); - nextprev_html = ''; + $(viewer_band).before('
').wrap('
'); + nextprev_html = '
'; $(this).append(nextprev_html); $(this).find('.next, .prev').click(function(e) { if ($(this).hasClass('prev')) {