mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-17 08:05:21 +01:00
65534a21c0
git-svn-id: http://core.svn.wordpress.org/trunk@22228 1a063a9b-81f0-0310-95a4-ce76da25c4cd
11 lines
171 B
JavaScript
11 lines
171 B
JavaScript
(function($) {
|
|
|
|
var headers = $('.available-headers');
|
|
headers.imagesLoaded( function() {
|
|
headers.masonry({
|
|
itemSelector: '.default-header'
|
|
});
|
|
});
|
|
|
|
})(jQuery);
|