Fix some issues with the users page

This commit is contained in:
Duncan Sommerville 2015-09-09 17:25:40 -04:00
parent 03e23daba0
commit fb1ee2e284
4 changed files with 30 additions and 21 deletions

View file

@ -103,7 +103,7 @@ var AIRTIME = (function(AIRTIME) {
}
if ($("#show_builder_table").is(":visible")) {
$('#library_display tr.lib-audio, tr.lib-pl, tr.lib-stream')
$('#library_display tr[class*="lib-"]')
.draggable(
{
helper: function () {
@ -142,7 +142,7 @@ var AIRTIME = (function(AIRTIME) {
connectToSortable: '#show_builder_table'
});
} else {
$('#library_display tr.lib-audio, tr.lib-stream, tr.lib-pl, tr.lib-block')
$('#library_display tr[class*="lib-"]')
.draggable(
{
helper: function () {