Skip to content

Commit 9da3f7d

Browse files
committed
fix: unify the domain name
1 parent 42aa478 commit 9da3f7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

html/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,17 @@
4343
<input id="spaceID" type="text" name="space" value="<?= config.space ?>" tabindex="1" class="space-id-field__id" />
4444
<select name="domain" tabindex="2" class="space-id-field__domain" />
4545
<? if (config.domain == "backlog.com") { ?>
46-
<option value="backlog.com" selected>.backlog.com</option>
46+
<option value="backlog.com" selected>backlog.com</option>
4747
<? } else { ?>
4848
<option value="backlog.com">backlog.com</option>
4949
<? } ?>
5050
<? if (config.domain == "backlog.jp") { ?>
51-
<option value="backlog.jp" selected>.backlog.jp</option>
51+
<option value="backlog.jp" selected>backlog.jp</option>
5252
<? } else { ?>
5353
<option value="backlog.jp">backlog.jp</option>
5454
<? } ?>
5555
<? if (config.domain == "backlogtool.com") { ?>
56-
<option value="backlogtool.com" selected>.backlogtool.com</option>
56+
<option value="backlogtool.com" selected>backlogtool.com</option>
5757
<? } else { ?>
5858
<option value="backlogtool.com">backlogtool.com</option>
5959
<? } ?>

0 commit comments

Comments
 (0)