File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 43
43
< input id ="spaceID " type ="text " name ="space " value ="<?= config.space ?> " tabindex ="1 " class ="space-id-field__id " />
44
44
< select name ="domain " tabindex ="2 " class ="space-id-field__domain " />
45
45
< ? if (config.domain == "backlog.com") { ?>
46
- < option value ="backlog.com " selected > . backlog.com</ option >
46
+ < option value ="backlog.com " selected > backlog.com</ option >
47
47
< ? } else { ?>
48
48
< option value ="backlog.com "> backlog.com</ option >
49
49
< ? } ?>
50
50
< ? if (config.domain == "backlog.jp") { ?>
51
- < option value ="backlog.jp " selected > . backlog.jp</ option >
51
+ < option value ="backlog.jp " selected > backlog.jp</ option >
52
52
< ? } else { ?>
53
53
< option value ="backlog.jp "> backlog.jp</ option >
54
54
< ? } ?>
55
55
< ? if (config.domain == "backlogtool.com") { ?>
56
- < option value ="backlogtool.com " selected > . backlogtool.com</ option >
56
+ < option value ="backlogtool.com " selected > backlogtool.com</ option >
57
57
< ? } else { ?>
58
58
< option value ="backlogtool.com "> backlogtool.com</ option >
59
59
< ? } ?>
You can’t perform that action at this time.
0 commit comments