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.
1 parent 4e4eb80 commit 56e9eedCopy full SHA for 56e9eed
js/tracker.js
@@ -2135,11 +2135,10 @@ function refreshPredictions() {
2135
data: "",
2136
dataType: "json",
2137
success: function(response, textStatus) {
2138
- offline.set('predictions', response);
+ offline.set('predictions', "");
2139
updatePredictions(response);
2140
},
2141
error: function() {
2142
- if(!ls_pred && offline.get('opt_offline')) updatePredictions(offline.get('predictions'));
2143
2144
complete: function(request, textStatus) {
2145
periodical_predictions = setTimeout(refreshPredictions, 60 * 1000);
0 commit comments