From 9a95b21d7dcd5e3cdf84e6c1f515863b98f7244b Mon Sep 17 00:00:00 2001 From: Mike Rylander Date: Fri, 12 Dec 2014 16:43:53 -0500 Subject: [PATCH] LP#1402797 Actually do search button, too Signed-off-by: Mike Rylander Signed-off-by: Kathy Lussier --- Open-ILS/web/js/ui/default/staff/circ/patron/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/web/js/ui/default/staff/circ/patron/app.js b/Open-ILS/web/js/ui/default/staff/circ/patron/app.js index 14d699c3f1..25800d3aba 100644 --- a/Open-ILS/web/js/ui/default/staff/circ/patron/app.js +++ b/Open-ILS/web/js/ui/default/staff/circ/patron/app.js @@ -965,6 +965,7 @@ function($scope, $q, $routeParams, $timeout, $window, $location, egCore, $scope.search = function(args) { // args === $scope.searchArgs if (args && Object.keys(args).length) $scope.gridControls.refresh(); + window.prevElement.focus(); } // TODO: move this into the (forthcoming) grid row activate action -- 2.43.2