minor stuff
This commit is contained in:
parent
d6721a539d
commit
58eaf53c9c
2 changed files with 5 additions and 3 deletions
|
@ -879,7 +879,7 @@
|
|||
|
||||
$('#page').append(
|
||||
$('<div>').attr('id', 'editserver').append(
|
||||
$('<label>').attr('for', 'stream-edit-name').text('name').append(
|
||||
$('<label>').attr('for', 'stream-edit-name').text('name [case insensitive, no special chars]').append(
|
||||
$('<input>').attr('type', 'text').attr('placeholder', 'NAME').attr('id', 'stream-edit-name').attr('value', sdata.name)
|
||||
)
|
||||
).append(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue