single line
This commit is contained in:
parent
b12b468381
commit
205789e55c
1 changed files with 3 additions and 12 deletions
|
|
@ -96,22 +96,13 @@ function addMenuToDom(previewImageUrl) {
|
|||
}
|
||||
|
||||
const bgColorPickerEl = colorinput()
|
||||
const bgColorPickerRow = row(
|
||||
label('Background: '),
|
||||
bgColorPickerEl
|
||||
)
|
||||
const bgColorPickerRow = row(label('Background: '), bgColorPickerEl)
|
||||
|
||||
const playerColorPickerEl = colorinput()
|
||||
const playerColorPickerRow = row(
|
||||
label('Color: '),
|
||||
playerColorPickerEl
|
||||
)
|
||||
const playerColorPickerRow = row(label('Color: '), playerColorPickerEl)
|
||||
|
||||
const nameChangeEl = textinput(16)
|
||||
const nameChangeRow = row(
|
||||
label('Name: '),
|
||||
nameChangeEl
|
||||
)
|
||||
const nameChangeRow = row(label('Name: '), nameChangeEl)
|
||||
|
||||
const kbd = function(txt) {
|
||||
const el = document.createElement('kbd')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue