Skip to content

Commit 4eb9006

Browse files
Update bookmark.html
Signed-off-by: Brad Hutchings <[email protected]>
1 parent da6fb62 commit 4eb9006

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

completion-ui/completion/bookmark.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@
7070

7171
<label for="mode">Mode:</label>
7272
<select id="mode" onchange="UpdateBookmark();">
73-
<option value="cue" selected>Cue</option>
73+
<option value="cue-link" selected>Cue (Link)</option>
74+
<option value="cue-script">Cue (Script)</option>
7475
<option value="append">Append</option>
7576
<option value="prepend">Prepend</option>
7677
<option value="replace">Replace</option>

0 commit comments

Comments
 (0)