CC-1939 Ability to edit name & description of a playlist, display the description somewhere
focusing on name input by default.
This commit is contained in:
parent
d4a4c4be2a
commit
62806fa7ef
1 changed files with 2 additions and 1 deletions
|
@ -432,7 +432,8 @@ function editName() {
|
|||
redrawDataTablePage();
|
||||
});
|
||||
})
|
||||
.keydown(submitOnEnter);
|
||||
.keydown(submitOnEnter)
|
||||
.focus();
|
||||
}
|
||||
|
||||
function setUpSPL() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue