Fix search box
after it was broken by 202c7b7783865d119afccc4e403ad85bf5846530
This commit is contained in:
parent
3e5e353ce1
commit
fd2fd9f432
@ -21,6 +21,12 @@ angular
|
||||
// initially collapsed in mobile resolution
|
||||
scope.collapsed = true;
|
||||
|
||||
scope.onDownloadFilter = function() {
|
||||
// Forward to MainCtrl.
|
||||
scope.$parent.downloadFilter = scope.downloadFilter;
|
||||
scope.$parent.onDownloadFilter();
|
||||
};
|
||||
|
||||
// manage download functions
|
||||
scope.forcePauseAll = function() {
|
||||
rpc.once('forcePauseAll', []);
|
||||
|
Loading…
x
Reference in New Issue
Block a user