1
0
mirror of https://github.com/WordPress/WordPress.git synced 2025-03-23 03:59:05 +01:00
WordPress/wp-admin/js/custom-header.js
2012-10-14 17:05:16 +00:00

11 lines
171 B
JavaScript

(function($) {
var headers = $('.available-headers');
headers.imagesLoaded( function() {
headers.masonry({
itemSelector: '.default-header'
});
});
})(jQuery);