Commit c75d724f authored by Koichi Yasuoka's avatar Koichi Yasuoka
Browse files

bug fix

parent 30bc3146
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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;
  }