From 0271434056282a9a156181a6288e3c8e2d17316e Mon Sep 17 00:00:00 2001 From: Mike Rylander Date: Fri, 12 Dec 2014 16:43:53 -0500 Subject: [PATCH] Actually do search button, too Signed-off-by: Mike Rylander Signed-off-by: Bill Erickson --- 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 7d5eeab816..1e05b7d850 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 @@ -936,6 +936,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.11.0