Commit 744ac139 authored by gerv%gerv.net's avatar gerv%gerv.net

Bug 164003 - Button "Add another boolean chart" appears twice after clicking…

Bug 164003 - Button "Add another boolean chart" appears twice after clicking "And". Patch by gerv; r=myk, a=justdave.
parent 3535f6d1
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
value="[% col.value FILTER html %]"> value="[% col.value FILTER html %]">
</td> </td>
[% IF NOT col == row.last %] [% UNLESS loop.last %]
<td align="center"> <td align="center">
Or Or
</td> </td>
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
[% END %] [% END %]
</tr> </tr>
[% IF NOT row == chart.last %] [% UNLESS loop.last %]
<tr> <tr>
<td>And</td> <td>And</td>
</tr> </tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment