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:
parent
1a4c06d6f6
commit
183ca3291b
1 changed files with 1 additions and 0 deletions
|
|
@ -396,6 +396,7 @@ $(function() {
|
|||
self.localTarget = $("#drop_locally");
|
||||
} else {
|
||||
self.localTarget = $("#drop");
|
||||
self.listHelper.removeFilter('sd');
|
||||
}
|
||||
self.sdTarget = $("#drop_sd");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue