|
|
@ -152,7 +152,7 @@ |
|
|
|
if (Config.InProductionMode) |
|
|
|
this.SubmitTask(this.TaskInfo.Id); |
|
|
|
else |
|
|
|
this.TestModel('202111060851610', 100.9, 36.94); |
|
|
|
this.SubmitTest('202111060851610', 100.9, 36.94); |
|
|
|
}; |
|
|
|
|
|
|
|
this.OnResetButtonClick = function () { |
|
|
@ -330,7 +330,7 @@ |
|
|
|
}); |
|
|
|
}; |
|
|
|
|
|
|
|
this.TestModel = function (taskId, lat, lon) { |
|
|
|
this.SubmitTest = function (taskId, lat, lon) { |
|
|
|
$.ajax({ |
|
|
|
type: "GET", |
|
|
|
dataType: 'json', |
|
|
|