changeset 5 | 5e2f62d02dcd |
parent 0 | d970ebf37754 |
child 7 | cf61fcea0001 |
4:346c88efed21 | 5:5e2f62d02dcd |
---|---|
1 /* global ajaxurl */ |
|
1 jQuery(function($){ |
2 jQuery(function($){ |
2 $( 'body' ).bind( 'click.wp-gallery', function(e){ |
3 $( 'body' ).bind( 'click.wp-gallery', function(e){ |
3 var target = $( e.target ), id, img_size; |
4 var target = $( e.target ), id, img_size; |
4 |
5 |
5 if ( target.hasClass( 'wp-set-header' ) ) { |
6 if ( target.hasClass( 'wp-set-header' ) ) { |