Commit 9c8a5c45 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev
Browse files

removed comments

parent 047f4253
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -87,13 +87,11 @@ function read_tp(){

function restore_trig_period(){
  
    console.log("restore period");
  
    $.ajax({
      url: ip+"/parsedit.php?immediate&TRIG_PERIOD="+(tp_old)+"*-2&sensor_port="+trig_master,
      success: function(){
        
        console.log("Done!");
        console.log("Done");
        $("#snapshot").attr("disabled",false);
        
      }