Skip to content

Commit 8bb1173

Browse files
committed
Allow the stage view's context slider to move from 0 to 10
1 parent c605b74 commit 8bb1173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/views/commit/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<body>
1616
<h1 id='title'>
17-
<input type="range" min="1" max="8" value="3" id="contextSize">
17+
<input type="range" min="0" max="10" value="3" id="contextSize">
1818
<span id="contextTitle">Context:</span>
1919
<span id="status">Nothing to commit</span>
2020

0 commit comments

Comments
 (0)