We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c37911e + c8e8587 commit 2dfbb28Copy full SHA for 2dfbb28
debug_toolbar/static/debug_toolbar/js/toolbar.js
@@ -134,9 +134,6 @@
134
var self = this;
135
var id = this.dataset.toggleId;
136
var open_me = this.textContent == this.dataset.toggleOpen;
137
- if (id === '' || !id) {
138
- return;
139
- }
140
var name = this.dataset.toggleName;
141
var container = this.closest('.djDebugPanelContent').querySelector('#' + name + '_' + id);
142
container.querySelectorAll('.djDebugCollapsed').forEach(function(e) {
0 commit comments