mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
fixed auto scrolling bug when a new panel is opened
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12578 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f6a00de24c
commit
ea06e64eb4
2 changed files with 23 additions and 3 deletions
|
|
@ -1386,7 +1386,7 @@ jQuery(function($){
|
|||
});
|
||||
|
||||
function scrollToRight(){
|
||||
$('#site').scrollTo($('#site').width(), 0, {duration: 0 } );
|
||||
$('#site').scrollTo($('#site')[0].scrollWidth, 0, {duration: 0 } );
|
||||
}
|
||||
|
||||
function scrollToTop($Area){
|
||||
|
|
@ -3246,7 +3246,6 @@ jQuery(function($){
|
|||
}
|
||||
);
|
||||
})
|
||||
|
||||
scrollToRight();
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue