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 aa8254c + 79e8545 commit 710a189Copy full SHA for 710a189
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base_js.html.twig
@@ -111,9 +111,9 @@
111
var rows = document.createDocumentFragment();
112
113
if (requestStack.length) {
114
- var nbOfAjaxRequest = tbodies.rows.length;
+ var nbOfAjaxRequest = tbody.rows.length;
115
if (nbOfAjaxRequest >= 100) {
116
- tbodies.deleteRow(nbOfAjaxRequest - 1);
+ tbody.deleteRow(nbOfAjaxRequest - 1);
117
}
118
119
for (var i = 0; i < requestStack.length; i++) {
0 commit comments