Skip to content

Commit 6c9f3ab

Browse files
toolMenuContainer defaults to gd if not provided.
- remove `gd` from makeMenu call in tabs.js - pass `gd` back from callback of `makeMenu`
1 parent af77a56 commit 6c9f3ab

File tree

1 file changed

+0
-1
lines changed
  • test-dashboard/toolpanel-dashboard

1 file changed

+0
-1
lines changed

test-dashboard/toolpanel-dashboard/ui.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ function createRemoveButton () {
1111
document.body.appendChild(removeButton);
1212

1313
removeButton.onclick = function () {
14-
debugger;
1514
divs[0].toolPanel.remove();
1615
};
1716
}

0 commit comments

Comments
 (0)