Plugin Directory

Changeset 545874

Timestamp:
05/18/2012 04:02:21 PM (12 years ago)
Author:
nickmomrik
Message:

Add missing div start for buttons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jetpack/branches/carousel/modules/carousel/jetpack-carousel.js

    r545849 r545874  
    7070
    7171            title = $('<h2>Title</h2>');
    72             buttons = '<a class="jp-carousel-permalink" href="#">Permalink</a></div>';
     72            buttons = '<a class="jp-carousel-permalink" href="#">Permalink</a>';
     73            buttons = '<div class="jp-carousel-buttons">' + buttons + '</div>';
    7374            photo_info = $('<div class="jp-carousel-photo-info"></div>').append(title).append($(buttons));
    7475            info = $('<div></div>')
Note: See TracChangeset for help on using the changeset viewer.