keyFinder icon indicating copy to clipboard operation
keyFinder copied to clipboard

Uncaught TypeError: Cannot read property 'querySelectorAll' of null

Open hackzusheng opened this issue 5 years ago • 0 comments

Uncaught TypeError: Cannot read property 'querySelectorAll' of null

google chrome 84.0.4147.135

js/results.js:41

//numbering results && self-inovking the function
(function(cl){
  var table = document.querySelector('table.' + cl)
  var trs = table.querySelectorAll('tr')
  var counter = 1

  Array.prototype.forEach.call(trs, function(x,i){
    var firstChild = x.children[0]

hackzusheng avatar Aug 24 '20 03:08 hackzusheng