This commit is contained in:
Duncan Sommerville 2015-08-07 19:20:29 -04:00
parent cdc9f88c1c
commit bf6244c835
7 changed files with 39 additions and 71 deletions

View file

@ -102,10 +102,11 @@ var AIRTIME = (function(AIRTIME) {
return container;
},
cursor: 'pointer',
cursorAt: {
top: 30,
left: 100
},
//cursorAt: {
// top: 30,
// right: 10
//},
distance: 25, // min-distance for dragging
connectToSortable: '#show_builder_table'
});
} else {
@ -142,10 +143,11 @@ var AIRTIME = (function(AIRTIME) {
return container;
},
cursor: 'pointer',
cursorAt: {
top: 30,
left: 100
},
//cursorAt: {
// top: 30,
// right: 10
//},
distance: 25, // min-distance for dragging
connectToSortable: '.active-tab .spl_sortable'
});
}