Fossil SCM

Comment updates.

florian 2022-09-29 11:56 diff-keyboard-navigation
Commit d1d5e99cdc3ab26bbfcc80ba023fddb1ffdf71f9bad772d1a912c94ab8de59cc
1 file changed +6
--- src/fossil.diff.js
+++ src/fossil.diff.js
@@ -39,10 +39,16 @@
3939
** O - Show only previous diff, hide all others.
4040
**
4141
** Ideas and TODOs:
4242
**
4343
** 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.
4450
*/
4551
(function(){
4652
window.addEventListener('load',function(){
4753
function btnScrollIntoView(e){
4854
//setTimeout(function(){
4955
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button