Fossil SCM
Clicking on the ellipsis expands the (detail) section in a timeline.
Commit
a794d858ec1edd7ae50b9ecb370af30f77d41fb8523f38988d9ea66d2caa6c9f
Parent
44a5ac416e64d52…
1 file changed
+1
-1
+1
-1
| --- src/timeline.c | ||
| +++ src/timeline.c | ||
| @@ -556,11 +556,11 @@ | ||
| 556 | 556 | /* Generate extra information and hyperlinks to follow the comment. |
| 557 | 557 | ** Example: "(check-in: [abcdefg], user: drh, tags: trunk)" |
| 558 | 558 | */ |
| 559 | 559 | if( bShowDetail ){ |
| 560 | 560 | @ <span class='timelineEllipsis anticlutter' id='ellipsis-%d(rid)' \ |
| 561 | - @ onclick='expandEllipsis(%d(rid))'>⋯</span> | |
| 561 | + @ onclick='toggleEllipsis(%d(rid))'>⋯</span> | |
| 562 | 562 | if( bSeparateDetail ){ |
| 563 | 563 | if( zBgClr && zBgClr[0] && rid!=selectedRid ){ |
| 564 | 564 | @ <td class="timelineTableCell timelineDetailCell" |
| 565 | 565 | @ style="background-color: %h(zBgClr);"> |
| 566 | 566 | }else{ |
| 567 | 567 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -556,11 +556,11 @@ | |
| 556 | /* Generate extra information and hyperlinks to follow the comment. |
| 557 | ** Example: "(check-in: [abcdefg], user: drh, tags: trunk)" |
| 558 | */ |
| 559 | if( bShowDetail ){ |
| 560 | @ <span class='timelineEllipsis anticlutter' id='ellipsis-%d(rid)' \ |
| 561 | @ onclick='expandEllipsis(%d(rid))'>⋯</span> |
| 562 | if( bSeparateDetail ){ |
| 563 | if( zBgClr && zBgClr[0] && rid!=selectedRid ){ |
| 564 | @ <td class="timelineTableCell timelineDetailCell" |
| 565 | @ style="background-color: %h(zBgClr);"> |
| 566 | }else{ |
| 567 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -556,11 +556,11 @@ | |
| 556 | /* Generate extra information and hyperlinks to follow the comment. |
| 557 | ** Example: "(check-in: [abcdefg], user: drh, tags: trunk)" |
| 558 | */ |
| 559 | if( bShowDetail ){ |
| 560 | @ <span class='timelineEllipsis anticlutter' id='ellipsis-%d(rid)' \ |
| 561 | @ onclick='toggleEllipsis(%d(rid))'>⋯</span> |
| 562 | if( bSeparateDetail ){ |
| 563 | if( zBgClr && zBgClr[0] && rid!=selectedRid ){ |
| 564 | @ <td class="timelineTableCell timelineDetailCell" |
| 565 | @ style="background-color: %h(zBgClr);"> |
| 566 | }else{ |
| 567 |