Skip to content

Commit 4d5eeb7

Browse files
committed
Fixing click event in history panel when there are no xhr requests
1 parent 10a97a9 commit 4d5eeb7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Template/Element/history_panel.ctp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@ $(document).ready(function() {
7373
var thisPanel = '<?= h($panel->id) ?>';
7474
var toolbar = window.toolbar;
7575

76-
if (toolbar.ajaxRequests.length === 0) {
77-
return;
78-
}
79-
8076
if (!$('#request-history > ul').length) {
8177
$('#request-history').html($('#list-template').html());
8278
}

0 commit comments

Comments
 (0)