mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-09 01:44:17 +00:00
gui: Remove superfluous trailing argument (#5668)
This commit is contained in:
parent
e7d11adf3c
commit
d3d43d90f6
@ -357,7 +357,7 @@ angular.module('syncthing.core')
|
|||||||
recalcLocalStateTotal();
|
recalcLocalStateTotal();
|
||||||
console.log("refreshFolder", folder, data);
|
console.log("refreshFolder", folder, data);
|
||||||
}).error($scope.emitHTTPError);
|
}).error($scope.emitHTTPError);
|
||||||
}, 1000, true);
|
}, 1000);
|
||||||
}
|
}
|
||||||
debouncedFuncs[key]();
|
debouncedFuncs[key]();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user