We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91d0fb0 commit 301c98cCopy full SHA for 301c98c
1 file changed
httpd/static/index.html
@@ -750,15 +750,16 @@ <h3 class="history-title">История введенных данных</h3>
750
3,
751
"point-on-graph"
752
);
753
+ history.addHistoryItem(
754
+ new Date(elem.timestamp).toISOString(),
755
+ elem.elapsedTimeNs,
756
+ elem.x,
757
+ elem.y,
758
+ elem.r,
759
+ elem.isInsideArea
760
+ )
761
});
- history.addHistoryItem(
- new Date(elem.timestamp).toISOString(),
- elem.elapsedTimeNs,
- elem.x,
- elem.y,
- elem.r,
- elem.isInsideArea
- )
762
+
763
},
764
result => {errorHandler(result)}
765
0 commit comments