CC-3174 : showbuilder

group drag and drop for playlist.
This commit is contained in:
Naomi Aro 2012-02-20 20:44:35 +01:00
parent a633d69c8d
commit 378d3d3ef4
3 changed files with 28 additions and 24 deletions

View file

@ -19,7 +19,6 @@ var AIRTIME = (function(AIRTIME){
mod.fnDrawCallback = function() {
$('#library_display tr:not(:first)').draggable({
//helper: 'clone',
helper: function(){
var selected = $('#library_display input:checked').parents('tr');
if (selected.length === 0) {