Differences From Artifact [a6575711c3]:
- File src/timeline.c — part of check-in [42c57c971b] at 2019-05-23 02:29:31 on branch tooltip-experiments — Default dwell and close times for tooltips changes to 100 and 250 milliseconds. (user: drh size: 103338)
To Artifact [3966605af6]:
- File src/timeline.c — part of check-in [f6fcbf292b] at 2019-05-29 14:02:00 on branch tooltip-copyhash — Move the "Copy Button" functionality to a separate Javascript module, to be loaded and used independently from the timeline graph module. (user: florian size: 103411)
︙ | |||
989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 | 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 | + | if( k ) cgi_printf("],"); cgi_printf("\"br\":\"%j\",", pRow->zBranch ? pRow->zBranch : ""); cgi_printf("\"h\":\"%!S\"}%s", pRow->zUuid, pRow->pNext ? ",\n" : "]\n"); } @ }</script> style_graph_generator(); style_copy_button(); /* Dependency: graph.js requires copybtn.js. */ graph_free(pGraph); } } /* ** Create a temporary table suitable for storing timeline data. */ |
︙ |