Bug 556311 - Explanatory animation not visible at about:firstrun, requires scrolling it in view [r=mark.finkle]

This commit is contained in:
Matt Brubeck 2010-04-06 13:43:18 -04:00
Родитель 9ab990aa71
Коммит 004b71c7c1
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -108,6 +108,7 @@
document.getElementById("show-demo").addEventListener("click", function() {
document.getElementById("demo").style.display = "block";
document.getElementById("animation").setAttribute("src", preload.src);
document.getElementById("demo").scrollIntoView();
}, false);
</script>
</div>