Fossil SCM
Comment updates.
Commit
d1d5e99cdc3ab26bbfcc80ba023fddb1ffdf71f9bad772d1a912c94ab8de59cc
Parent
4368a1c99256f5d…
1 file changed
+6
+6
| --- src/fossil.diff.js | ||
| +++ src/fossil.diff.js | ||
| @@ -39,10 +39,16 @@ | ||
| 39 | 39 | ** O - Show only previous diff, hide all others. |
| 40 | 40 | ** |
| 41 | 41 | ** Ideas and TODOs: |
| 42 | 42 | ** |
| 43 | 43 | ** o Documentation. |
| 44 | +** o The `timeline-keyboard-navigation' branch removes the unload handler from | |
| 45 | +** pages containing timeline snippets, so it's no longer necessary to reset | |
| 46 | +** the diff toggles on back/forward navigation in case the mentioned branch | |
| 47 | +** is merged with `diff-keyboard-navigation'. | |
| 48 | +** o The `diff-toggle' class was renamed to `toggle-diff' in my private Fossil | |
| 49 | +** patches to simplify completeness tests with my IE-compatible builds. | |
| 44 | 50 | */ |
| 45 | 51 | (function(){ |
| 46 | 52 | window.addEventListener('load',function(){ |
| 47 | 53 | function btnScrollIntoView(e){ |
| 48 | 54 | //setTimeout(function(){ |
| 49 | 55 |
| --- src/fossil.diff.js | |
| +++ src/fossil.diff.js | |
| @@ -39,10 +39,16 @@ | |
| 39 | ** O - Show only previous diff, hide all others. |
| 40 | ** |
| 41 | ** Ideas and TODOs: |
| 42 | ** |
| 43 | ** o Documentation. |
| 44 | */ |
| 45 | (function(){ |
| 46 | window.addEventListener('load',function(){ |
| 47 | function btnScrollIntoView(e){ |
| 48 | //setTimeout(function(){ |
| 49 |
| --- src/fossil.diff.js | |
| +++ src/fossil.diff.js | |
| @@ -39,10 +39,16 @@ | |
| 39 | ** O - Show only previous diff, hide all others. |
| 40 | ** |
| 41 | ** Ideas and TODOs: |
| 42 | ** |
| 43 | ** o Documentation. |
| 44 | ** o The `timeline-keyboard-navigation' branch removes the unload handler from |
| 45 | ** pages containing timeline snippets, so it's no longer necessary to reset |
| 46 | ** the diff toggles on back/forward navigation in case the mentioned branch |
| 47 | ** is merged with `diff-keyboard-navigation'. |
| 48 | ** o The `diff-toggle' class was renamed to `toggle-diff' in my private Fossil |
| 49 | ** patches to simplify completeness tests with my IE-compatible builds. |
| 50 | */ |
| 51 | (function(){ |
| 52 | window.addEventListener('load',function(){ |
| 53 | function btnScrollIntoView(e){ |
| 54 | //setTimeout(function(){ |
| 55 |