Ticket #19498: pressthis.diff
File pressthis.diff, 776 bytes (added by , 13 years ago) |
---|
-
wp-admin/press-this.php
283 283 284 284 tb_remove(); 285 285 pick(src, desc); 286 jQuery('body').append( jQuery('#photo-add-url-div').hide() ); 286 287 jQuery('#extra-fields').hide(); 287 288 jQuery('#extra-fields').html(''); 288 289 return false; … … 376 377 function setup_photo_actions() { 377 378 jQuery('.close').click(function() { 378 379 jQuery('#extra-fields').hide(); 379 jQuery('body').append( jQuery('#photo-add-url-div') );380 jQuery('body').append( jQuery('#photo-add-url-div').hide() ); 380 381 jQuery('#extra-fields').html(''); 381 382 }); 382 383 jQuery('.refresh').click(function() {