Skip to content

Commit b5fce65

Browse files
committed
fix dissapearing stations
1 parent db7b9a1 commit b5fce65

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)