We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d45724 + b5fce65 commit b4f0cc4Copy full SHA for b4f0cc4
js/tracker.js
@@ -3027,9 +3027,6 @@ function refreshNewReceivers(initial, serial) {
3027
dataType: "json",
3028
success: function(response, textStatus) {
3029
updateChase(response);
3030
- if(!offline.get('opt_hide_receivers')) {
3031
- updateReceivers(response);
3032
- }
3033
},
3034
complete: function(request, textStatus) {
3035
if (typeof serial === 'undefined') {
0 commit comments