Tarea #1056 -> Subir la página cuando se pinta un video

git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@160 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6
This commit is contained in:
David Arranz 2012-08-30 15:10:20 +00:00
parent d6dc0ce420
commit 05640be620
2 changed files with 2 additions and 1 deletions

View File

@ -210,6 +210,7 @@ jQuery(window).ready(function() {
var nUrl = jQuery(this).html();
if (nUrl == oUrl) {
jQuery('#componentWrapper').videoGallery.loadMedia(indice);
jQuery('html, body').animate({ scrollTop: 0 }, 600);
return false;
}
});

File diff suppressed because one or more lines are too long