If no SD card support, remove SD file filter

When SD card support is disabled on the server, remove any client side
filtering to just SD files since there aren't any and there won't be UI
turn remove the filter either.  Should address #1300
This commit is contained in:
Mark Walker 2016-03-28 12:59:08 -07:00
parent 1a4c06d6f6
commit 183ca3291b

View file

@ -396,6 +396,7 @@ $(function() {
self.localTarget = $("#drop_locally");
} else {
self.localTarget = $("#drop");
self.listHelper.removeFilter('sd');
}
self.sdTarget = $("#drop_sd");