CC-4607: Library: Please make the 'Add x items' following mouse's point

-fixed
This commit is contained in:
denise 2012-10-30 11:45:53 -04:00
parent 51de436fd5
commit 695c0fa926
1 changed files with 3 additions and 2 deletions

View File

@ -64,8 +64,9 @@ var AIRTIME = (function(AIRTIME) {
helper : function() { helper : function() {
var $el = $(this), selected = mod var $el = $(this), selected = mod
.getChosenAudioFilesLength(), container, message, li = $("#side_playlist ul[id='spl_sortable'] li:first"), width = li .getChosenAudioFilesLength(), container, message, li = $("#side_playlist ul[id='spl_sortable'] li:first"),
.width(), height = 55; width = li.width(), height = 55;
if (width > 798) width = 798;
// dragging an element that has an unselected // dragging an element that has an unselected
// checkbox. // checkbox.