Loading conllusvg/Liji.html +3 −1 Original line number Diff line number Diff line Loading @@ -64,8 +64,10 @@ Liji.checkview=function(){ } Liji.lastTop=Liji.svg[Liji.curr].getBoundingClientRect().top; if(Liji.curr!=x){ if(Liji.retrytimes>0) if(Liji.retrytimes>0){ Liji.retrytimes--; Liji.curr=parseInt(document.getElementById("count").value,10); } else document.getElementById("count").value=Liji.curr; } Loading Loading
conllusvg/Liji.html +3 −1 Original line number Diff line number Diff line Loading @@ -64,8 +64,10 @@ Liji.checkview=function(){ } Liji.lastTop=Liji.svg[Liji.curr].getBoundingClientRect().top; if(Liji.curr!=x){ if(Liji.retrytimes>0) if(Liji.retrytimes>0){ Liji.retrytimes--; Liji.curr=parseInt(document.getElementById("count").value,10); } else document.getElementById("count").value=Liji.curr; } Loading