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
70cb47aacd
commit
dcd52d6075
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