Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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