From 479087a17ab3d9c9ee22bd52b6301f1cdd3c1fb6 Mon Sep 17 00:00:00 2001 From: pines Date: Wed, 12 Jul 2006 15:47:49 +0000 Subject: [PATCH] fixed Re-Test button git-svn-id: svn://svn.open-ils.org/ILS/trunk@4952 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/chrome/content/auth/controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/chrome/content/auth/controller.js b/Open-ILS/xul/staff_client/chrome/content/auth/controller.js index 321ba45bc6..7658aabc4f 100644 --- a/Open-ILS/xul/staff_client/chrome/content/auth/controller.js +++ b/Open-ILS/xul/staff_client/chrome/content/auth/controller.js @@ -77,7 +77,7 @@ auth.controller.prototype = { obj.close() } ], - 'test_server' : [ + 'cmd_test_server' : [ ['command'], function() { obj.test_server( obj.controller.view.server_prompt.value ); -- 2.11.0