Skip to content

Commit 3301599

Browse files
committed
no frequency on graph
1 parent 358e001 commit 3301599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/tracker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3849,7 +3849,7 @@ function addPosition(position) {
38493849

38503850
// Graph Stuff
38513851

3852-
var graph_inhibited_fields = ['frequency', 'burst_timer'];
3852+
var graph_inhibited_fields = ['frequency', 'frequency_tx', 'burst_timer'];
38533853

38543854
function updateGraph(vcallsign, reset_selection) {
38553855
if(!plot || !plot_open) return;

0 commit comments

Comments
 (0)