Fossil SCM
Take note of possibly useful shortcuts.
Commit
88cba5fbfbe1d04e6cb6d43b98c21f8bf365326fe76e9be08dd81ce44bb092a0
Parent
611f20e81708ee7…
1 file changed
+1
+1
| --- src/graph.js | ||
| +++ src/graph.js | ||
| @@ -858,10 +858,11 @@ | ||
| 858 | 858 | ** by appending query parameters `&ss={ViewStyle}&n={EntryLimit±N}&udc=1' to |
| 859 | 859 | ** the URL; alternatively set keyboard focus to the "View Style" <select> or |
| 860 | 860 | ** to the "Max:" <input> field. |
| 861 | 861 | ** o Auto-expand the hidden details (hash, user, tags) for focused entries in |
| 862 | 862 | ** Compact View (by inheritance via CSS class `.timelineFocused'). |
| 863 | +** o Shortcut(s) to (re)load /ckout (with or without `exbase' query parameter). | |
| 863 | 864 | */ |
| 864 | 865 | (function(){ |
| 865 | 866 | window.addEventListener('load',function(){ |
| 866 | 867 | // "Primary" (1) and "secondary" (2) selections swapped compared to CSS classes: |
| 867 | 868 | // (1) .timelineSecondary → |
| 868 | 869 |
| --- src/graph.js | |
| +++ src/graph.js | |
| @@ -858,10 +858,11 @@ | |
| 858 | ** by appending query parameters `&ss={ViewStyle}&n={EntryLimit±N}&udc=1' to |
| 859 | ** the URL; alternatively set keyboard focus to the "View Style" <select> or |
| 860 | ** to the "Max:" <input> field. |
| 861 | ** o Auto-expand the hidden details (hash, user, tags) for focused entries in |
| 862 | ** Compact View (by inheritance via CSS class `.timelineFocused'). |
| 863 | */ |
| 864 | (function(){ |
| 865 | window.addEventListener('load',function(){ |
| 866 | // "Primary" (1) and "secondary" (2) selections swapped compared to CSS classes: |
| 867 | // (1) .timelineSecondary → |
| 868 |
| --- src/graph.js | |
| +++ src/graph.js | |
| @@ -858,10 +858,11 @@ | |
| 858 | ** by appending query parameters `&ss={ViewStyle}&n={EntryLimit±N}&udc=1' to |
| 859 | ** the URL; alternatively set keyboard focus to the "View Style" <select> or |
| 860 | ** to the "Max:" <input> field. |
| 861 | ** o Auto-expand the hidden details (hash, user, tags) for focused entries in |
| 862 | ** Compact View (by inheritance via CSS class `.timelineFocused'). |
| 863 | ** o Shortcut(s) to (re)load /ckout (with or without `exbase' query parameter). |
| 864 | */ |
| 865 | (function(){ |
| 866 | window.addEventListener('load',function(){ |
| 867 | // "Primary" (1) and "secondary" (2) selections swapped compared to CSS classes: |
| 868 | // (1) .timelineSecondary → |
| 869 |