tchaie commented on code in PR #2687:
URL: https://github.com/apache/accumulo/pull/2687#discussion_r869669091


##########
server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/js/scans.js:
##########
@@ -18,6 +18,8 @@
  */
 "use strict";
 
+var scansList;

Review Comment:
   `if (scansList)
   scansList.ajax.reload(null, false);`
   
   In the other method, an if statement checks for the existence of scansList, 
so I think it would be referencing the same scansList var created in the 
previous method. 
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to