We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d493b5 commit d9acef6Copy full SHA for d9acef6
kahuna/public/js/search/results.js
@@ -512,7 +512,7 @@ results.controller('SearchResultsCtrl', [
512
513
$scope.$on("events:batch-operations:start", (e, entry) => {
514
ctrl.batchOperations = [entry, ...ctrl.batchOperations];
515
- if(entry.key === "peopleInImage" && ctrl.batchOperations.length > 1){
+ if (entry.key === "peopleInImage" && ctrl.batchOperations.length > 1){
516
ctrl.batchOperations = [Object.assign({}, entry, { total: ctrl.batchOperations.length })]
517
}
518
0 commit comments