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

git-svn-id: http://core.svn.wordpress.org/trunk@22427 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2012-11-07 19:27:19 +00:00
parent 5e4cb3af70
commit 2aa561013b
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; });