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:
parent
6e69cc9798
commit
d1045ffced
@ -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; });
|
||||
|
Loading…
Reference in New Issue
Block a user