minor fixes
This commit is contained in:
parent
5795871bcc
commit
4e7b3ce86b
5 changed files with 17 additions and 23 deletions
|
@ -72,8 +72,8 @@ function setUpSPL() {
|
|||
$("#spl_sortable" ).bind( "sortstop", moveSPLItem);
|
||||
$("#spl_remove_selected").click(deleteSPLItem);
|
||||
|
||||
$("#side_playlist").droppable();
|
||||
$("#side_playlist" ).bind( "drop", addSPLItem);
|
||||
$("#spl_sortable").droppable();
|
||||
$("#spl_sortable" ).bind( "drop", addSPLItem);
|
||||
|
||||
$('input[name="all"]').click(function(){
|
||||
$('form[name="SPL"]').find('input').attr("checked", $(this).attr("checked"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue