Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kanbun
ud-kanbun
Commits
43735c13
Commit
43735c13
authored
Jan 16, 2021
by
Koichi Yasuoka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fix
parent
5f797a0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
conllusvg/editor-kanbun.html
conllusvg/editor-kanbun.html
+1
-1
No files found.
conllusvg/editor-kanbun.html
View file @
43735c13
...
...
@@ -439,7 +439,7 @@ conllusvg.kanbun.onLoadGloss=function(e){
if
(
k
[
13
]
>
""
&&
k
[
13
].
indexOf
(
"
*
"
)
<
0
&&
k
[
13
].
indexOf
(
"
?
"
)
<
0
){
j
=
k
[
10
];
i
=
j
.
indexOf
(
"
/
"
);
if
(
i
>
1
)
if
(
i
>
0
)
j
=
j
.
substring
(
0
,
i
);
conllusvg
.
kanbun
.
gloss
[
k
[
0
]
+
"
,
"
+
j
+
"
,
"
+
k
[
4
]
+
"
,
"
+
k
[
5
]
+
"
,
"
+
k
[
6
]
+
"
,
"
+
k
[
7
]]
=
k
[
13
];
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment