minor stuff

This commit is contained in:
Cat 2013-07-04 12:39:18 +02:00 committed by Thulinma
parent d6721a539d
commit 58eaf53c9c
2 changed files with 5 additions and 3 deletions

View file

@ -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(