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 committed by martin
parent d4a4c4be2a
commit 62806fa7ef

View file

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