side playlist working, need to add to search page as well.

This commit is contained in:
naomiaro 2010-12-21 17:47:51 -05:00
parent 83d8975110
commit 055f541657
3 changed files with 4 additions and 8 deletions

View file

@ -143,8 +143,8 @@ $(document).ready(function() {
$("#spl_sortable" ).bind( "sortstop", moveSPLItem);
$("#spl_remove_selected").click(deleteSPLItem);
$("#spl_sortable").droppable();
$("#spl_sortable" ).bind( "drop", addSPLItem);
$("#side_playlist").droppable();
$("#side_playlist" ).bind( "drop", addSPLItem);
$('input[name="all"]').click(function(){
$('form[name="SPL"]').find('input').attr("checked", $(this).attr("checked"));