minor tweak to 7 content

usability improvement to slide panel
This commit is contained in:
JT Smith 2006-04-27 14:59:34 +00:00
parent 3e11ca33bc
commit bc4712c951
2 changed files with 2 additions and 2 deletions

View file

@ -170,7 +170,7 @@ function sp_draw() {
if (cookie)
this.showPanel(cookie);
else
this.showPanel(0);
this.showPanel(this.panels.length-1);
//float the panel as someone scrolls
startY = 0;
var d = document;