From 58d5ee71674304d40910a212cf877bed40d4bb17 Mon Sep 17 00:00:00 2001 From: phasefx Date: Fri, 2 Jun 2006 20:01:20 +0000 Subject: [PATCH] switch from marc view to result list on search git-svn-id: svn://svn.open-ils.org/ILS/trunk@4488 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/cat/z3950.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/xul/staff_client/server/cat/z3950.js b/Open-ILS/xul/staff_client/server/cat/z3950.js index af75708e76..2eab8b373f 100644 --- a/Open-ILS/xul/staff_client/server/cat/z3950.js +++ b/Open-ILS/xul/staff_client/server/cat/z3950.js @@ -350,6 +350,7 @@ cat.z3950.prototype = { obj.handle_results(req.getResultObject()) } ); + document.getElementById('deck').selectedIndex = 0; } catch(E) { this.error.standard_unexpected_error_alert('Failure during actual search.',E); } -- 2.43.2