minor tweak to 7 content
usability improvement to slide panel
This commit is contained in:
parent
3e11ca33bc
commit
bc4712c951
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue