source: trunk/www.guidonia.net/wp/wp-content/plugins/tubepress/ui/players/normal/normal.js@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 385 bytes
Line 
1function tubepress_normal_player(galleryId, videoId) {
2 var videoTitleAnchor = jQuery("#tubepress_title_" + videoId + "_" + galleryId);
3 var mainTitleDiv = jQuery("#tubepress_embedded_title_" + galleryId);
4 mainTitleDiv.html(videoTitleAnchor.html());
5 jQuery("#tubepress_gallery_" + galleryId)[0].scrollIntoView(true);
6}
7
8function tubepress_normal_player_init(baseUrl) { }
Note: See TracBrowser for help on using the repository browser.