CC-4457: Media Library: The background of 'Adding items' is minimize to a point
- fixed
This commit is contained in:
parent
81887b291a
commit
98f0692b8d
|
@ -64,7 +64,7 @@ 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 li:first"), width = li
|
.getChosenAudioFilesLength(), container, message, li = $("#side_playlist ul[id='spl_sortable'] li:first"), width = li
|
||||||
.width(), height = li.height();
|
.width(), height = li.height();
|
||||||
|
|
||||||
// dragging an element that has an unselected
|
// dragging an element that has an unselected
|
||||||
|
|
Loading…
Reference in New Issue