Skip to content

Commit 599517d

Browse files
authored
Merge pull request #209 from LukePrior/testing
no frequency on graph
2 parents ce005d7 + 3301599 commit 599517d

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)