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 feadceb commit 9c04d06Copy full SHA for 9c04d06
kahuna/public/js/search/results.js
@@ -513,7 +513,7 @@ results.controller('SearchResultsCtrl', [
513
$scope.$on("events:batch-operations:start", (e, entry) => {
514
ctrl.batchOperations = [entry, ...ctrl.batchOperations];
515
if (entry.key === "peopleInImage" && ctrl.batchOperations.length > 1){
516
- ctrl.batchOperations = [Object.assign({}, entry, { total: ctrl.batchOperations.length })]
+ ctrl.batchOperations = [Object.assign({}, entry, { total: ctrl.batchOperations.length })];
517
}
518
519
window.onbeforeunload = function() {
0 commit comments