Skip to content

Commit b4f0cc4

Browse files
authored
Merge pull request #53 from LukePrior/testing
fix dissapearing stations
2 parents 3d45724 + b5fce65 commit b4f0cc4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

js/tracker.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3027,9 +3027,6 @@ function refreshNewReceivers(initial, serial) {
30273027
dataType: "json",
30283028
success: function(response, textStatus) {
30293029
updateChase(response);
3030-
if(!offline.get('opt_hide_receivers')) {
3031-
updateReceivers(response);
3032-
}
30333030
},
30343031
complete: function(request, textStatus) {
30353032
if (typeof serial === 'undefined') {

0 commit comments

Comments
 (0)