Fossil SCM

The graph arrowhead control was inverted due to a missing "!" character in the graph.js file.

drh 2017-12-09 02:47 trunk
Commit 561fa8a3b7f2a63ffec8d4504ac945f98e88c2cd2add940c0b16ea2ec8c64d56
1 file changed +1 -1
+1 -1
--- src/graph.js
+++ src/graph.js
@@ -54,11 +54,11 @@
5454
if( !amendCssOnce ) return;
5555
var css = "";
5656
if( circleNodes ){
5757
css += ".tl-node, .tl-node:after { border-radius: 50%; }";
5858
}
59
- if( showArrowheads ){
59
+ if( !showArrowheads ){
6060
css += ".tl-arrow.u { display: none; }";
6161
}
6262
if( css!=="" ){
6363
var style = document.createElement("style");
6464
style.textContent = css;
6565
--- src/graph.js
+++ src/graph.js
@@ -54,11 +54,11 @@
54 if( !amendCssOnce ) return;
55 var css = "";
56 if( circleNodes ){
57 css += ".tl-node, .tl-node:after { border-radius: 50%; }";
58 }
59 if( showArrowheads ){
60 css += ".tl-arrow.u { display: none; }";
61 }
62 if( css!=="" ){
63 var style = document.createElement("style");
64 style.textContent = css;
65
--- src/graph.js
+++ src/graph.js
@@ -54,11 +54,11 @@
54 if( !amendCssOnce ) return;
55 var css = "";
56 if( circleNodes ){
57 css += ".tl-node, .tl-node:after { border-radius: 50%; }";
58 }
59 if( !showArrowheads ){
60 css += ".tl-arrow.u { display: none; }";
61 }
62 if( css!=="" ){
63 var style = document.createElement("style");
64 style.textContent = css;
65

Keyboard Shortcuts

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