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

removed comments

parent 047f4253
...@@ -87,13 +87,11 @@ function read_tp(){ ...@@ -87,13 +87,11 @@ function read_tp(){
function restore_trig_period(){ function restore_trig_period(){
console.log("restore period");
$.ajax({ $.ajax({
url: ip+"/parsedit.php?immediate&TRIG_PERIOD="+(tp_old)+"*-2&sensor_port="+trig_master, url: ip+"/parsedit.php?immediate&TRIG_PERIOD="+(tp_old)+"*-2&sensor_port="+trig_master,
success: function(){ success: function(){
console.log("Done!"); console.log("Done");
$("#snapshot").attr("disabled",false); $("#snapshot").attr("disabled",false);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment