Extend Press This by a few pixels to allow longer strings. props SergeyBiryukov. fixes #20975.

git-svn-id: https://develop.svn.wordpress.org/trunk@22427 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-11-07 19:27:19 +00:00
parent 6e69cc9798
commit d1045ffced
1 changed files with 1 additions and 1 deletions

View File

@ -414,7 +414,7 @@ var photostorage = false;
}
jQuery(document).ready(function($) {
//resize screen
window.resizeTo(720,580);
window.resizeTo(740,580);
// set button actions
jQuery('#photo_button').click(function() { show('photo'); return false; });
jQuery('#video_button').click(function() { show('video'); return false; });