TheDesk Miho (ver.5)

This commit is contained in:
cutls 2018-01-31 01:51:58 +09:00
parent 3dcc1d7581
commit 8c34f8124d

View File

@ -28,5 +28,5 @@ function scrollck() {
} }
function goTop(id){ function goTop(id){
$("#timeline_"+id+"_box").scrollTop(0) $("#timeline_"+id+"_box .tl-box").scrollTop(0)
} }