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:
Naomi 2011-05-17 17:53:40 -04:00
parent 70cb47aacd
commit dcd52d6075

View file

@ -432,7 +432,8 @@ function editName() {
redrawDataTablePage();
});
})
.keydown(submitOnEnter);
.keydown(submitOnEnter)
.focus();
}
function setUpSPL() {