Skip to content

Commit 53bc8f0

Browse files
committed
Remove unused even classes
1 parent 250e9a4 commit 53bc8f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/panels/qbPanel.cfm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Description :
9494
</thead>
9595
<tbody>
9696
<cfloop array="#request.cbdebugger.qbQueries.all#" index="q">
97-
<tr <cfif debugTimers.currentrow mod 2 eq 0>class="even"</cfif>>
97+
<tr>
9898
<td>#TimeFormat(q.timestamp,"hh:MM:SS.l tt")#</td>
9999
<td>#q.sql#</td>
100100
<td>#q.executionTime# ms</td>
@@ -131,7 +131,7 @@ Description :
131131
</thead>
132132
<tbody>
133133
<cfloop collection="#request.cbdebugger.quick.byMapping#" item="mapping">
134-
<tr <cfif debugTimers.currentrow mod 2 eq 0>class="even"</cfif>>
134+
<tr>
135135
<td align="center">#request.cbdebugger.quick.byMapping[ mapping ]#</td>
136136
<td>#mapping#</td>
137137
</tr>

0 commit comments

Comments
 (0)