Skip to content

Commit

Permalink
Tweak to 2.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrossley committed Feb 19, 2021
1 parent d113942 commit de877f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_server/scripts/gauges.js
Original file line number Diff line number Diff line change
Expand Up @@ -2731,7 +2731,7 @@ gauges = (function () {
//
getRealtime = function () {
var url = config.realTimeURL;
if ($.active > 0) {
if ($.active > 0 && undefined != jqXHR) {
// kill any outstanding requests
jqXHR.abort();
}
Expand Down

0 comments on commit de877f9

Please sign in to comment.