Skip to content
Snippets Groups Projects
Commit 52f187e8 authored by Xavier HAUSHERR's avatar Xavier HAUSHERR Committed by Nicolas Grekas
Browse files

[WebProfilerBundle] Fix Debug toolbar breaks app

parent 31c69ec9
Branches
Tags
No related merge requests found
......@@ -108,7 +108,7 @@
var rows = document.createDocumentFragment();
if (requestStack.length) {
var nbOfAjaxRequest = tbodies.rows.count();
var nbOfAjaxRequest = tbodies.rows.length;
if (nbOfAjaxRequest >= 100) {
tbodies.deleteRow(nbOfAjaxRequest - 1);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment