From: Mike Rylander Date: Fri, 12 Dec 2014 21:43:53 +0000 (-0500) Subject: Actually do search button, too X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0271434056282a9a156181a6288e3c8e2d17316e;p=working%2FEvergreen.git Actually do search button, too Signed-off-by: Mike Rylander Signed-off-by: Bill Erickson --- 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