Advertisement
Guest User

Untitled

a guest
May 27th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. Uncaught exception: TypeError: Cannot convert 'node' to object
  2. Error thrown at line 280, column 2 in remove(node):
  3. node.parentNode.removeChild(node);
  4. called from line 774, column 3 in <anonymous function>(top, i):
  5. remove(headers[i]);
  6. called from line 215, column 4 in forEach(elements, callback):
  7. callback(elements[i], i);
  8. called from line 770, column 2 in patchSidebar():
  9. forEach(tops, function(top, i) {
  10. called from line 1017, column 1 in <anonymous function>():
  11. patchSidebar();
  12. called from line 10, column 0 in program code:
  13. (function() {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement