We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18d234c commit 4063367Copy full SHA for 4063367
devtools/test_dashboard/devtools.js
@@ -31,7 +31,7 @@ var Tabs = {
31
var graphDiv = Tabs.getGraph(id);
32
33
if(graphDiv) {
34
- graphDiv.remove();
+ graphDiv.parentNode.removeChild(graphDiv);
35
}
36
37
graphDiv = document.createElement('div');
0 commit comments