Ticket #11365: 11365.patch
File 11365.patch, 491 bytes (added by , 15 years ago) |
---|
-
press-this.php
434 434 } 435 435 jQuery(document).ready(function($) { 436 436 //resize screen 437 window.resizeTo(720, 540);437 window.resizeTo(720,600); 438 438 // set button actions 439 439 jQuery('#photo_button').click(function() { show('photo'); return false; }); 440 440 jQuery('#video_button').click(function() { show('video'); return false; });