From ceda20ae40203ef15056dce5dd453e9f8558cf9e Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 8 Nov 2017 11:09:21 -0500 Subject: [PATCH] LP#1724885: (follow-up) fix whitespace Signed-off-by: Galen Charlton --- .../web/js/ui/default/staff/cat/z3950/app.js | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Open-ILS/web/js/ui/default/staff/cat/z3950/app.js b/Open-ILS/web/js/ui/default/staff/cat/z3950/app.js index 9ba6927cb4..911e4f6ecb 100644 --- a/Open-ILS/web/js/ui/default/staff/cat/z3950/app.js +++ b/Open-ILS/web/js/ui/default/staff/cat/z3950/app.js @@ -239,18 +239,18 @@ function($scope , $q , $location , $timeout , $window, egCore , egGridDataProvi egAlertDialog.open(egCore.strings.TCN_EXISTS_ERR); } } else { - egConfirmDialog.open( - egCore.strings.IMPORTED_RECORD_FROM_Z3950, - egCore.strings.IMPORTED_RECORD_FROM_Z3950_AS_ID, - { id : result.id() }, - egCore.strings.GO_TO_RECORD, - egCore.strings.GO_BACK - ).result.then(function() { - // NOTE: $location.path('/cat/catalog/record/' + result.id()) did not work - // for some reason - $window.location.href = egCore.env.basePath + 'cat/catalog/record/' + result.id(); - }); - } + egConfirmDialog.open( + egCore.strings.IMPORTED_RECORD_FROM_Z3950, + egCore.strings.IMPORTED_RECORD_FROM_Z3950_AS_ID, + { id : result.id() }, + egCore.strings.GO_TO_RECORD, + egCore.strings.GO_BACK + ).result.then(function() { + // NOTE: $location.path('/cat/catalog/record/' + result.id()) did not work + // for some reason + $window.location.href = egCore.env.basePath + 'cat/catalog/record/' + result.id(); + }); + } } ); -- 2.43.2