Commit 5b08f76f authored by Oleg Dzhimiev's avatar Oleg Dzhimiev
Browse files

sync needs more testing

parent ce71192a
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -58,7 +58,7 @@ function trigger(){
      
      
      setTimeout(function(){
      setTimeout(function(){
        download_all(true);
        download_all(true);
      },200);
      },500);
      
      
    }
    }
  });
  });
@@ -95,7 +95,7 @@ function download_all(rtp){
    if (rtp) {
    if (rtp) {
      setTimeout(function(){
      setTimeout(function(){
        restore_trig_period();
        restore_trig_period();
      },500);
      },200);
    }
    }
    
    
}
}