Ticket #20975: 20975.3.patch
| File 20975.3.patch, 515 bytes (added by SergeyBiryukov, 7 months ago) |
|---|
-
wp-admin/press-this.php
414 414 } 415 415 jQuery(document).ready(function($) { 416 416 //resize screen 417 window.resizeTo(7 20,580);417 window.resizeTo(740,580); 418 418 // set button actions 419 419 jQuery('#photo_button').click(function() { show('photo'); return false; }); 420 420 jQuery('#video_button').click(function() { show('video'); return false; });
