8000
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 5754846 + ff9e494 commit 91c5b14Copy full SHA for 91c5b14
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base_js.html.twig
@@ -212,11 +212,11 @@
212
pendingRequests--;
213
var row = request.DOMNode;
214
/* Unpack the children from the row */
215
- var profilerCell = row.children[0];
216
- var methodCell = row.children[1];
217
- var statusCodeCell = row.children[3];
+ var profilerCell = row.children[1];
+ var methodCell = row.children[2];
+ var statusCodeCell = row.children[4];
218
var statusCodeElem = statusCodeCell.children[0];
219
- var durationCell = row.children[5];
+ var durationCell = row.children[6];
220
221
if (request.error) {
222
row.className = 'sf-ajax-request sf-ajax-request-error';
0 commit comments