mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 14:50:56 +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();
|
||||
console.log("refreshFolder", folder, data);
|
||||
}).error($scope.emitHTTPError);
|
||||
}, 1000, true);
|
||||
}, 1000);
|
||||
}
|
||||
debouncedFuncs[key]();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user