From 05f86c871e281406c489a59267605a518a83e9f1 Mon Sep 17 00:00:00 2001 From: Josh Stompro Date: Wed, 24 Sep 2014 14:48:16 -0500 Subject: [PATCH] LP 1373197: fixed default "Get Help With Evergreen" link. The "Get Help" link was pointing to a 404 page, fixed it so it points at the correct page. Signed-off-by: Josh Stompro Signed-off-by: Ben Shum --- Open-ILS/xul/staff_client/server/index.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/index.xhtml b/Open-ILS/xul/staff_client/server/index.xhtml index 6421e392bb..5a2aba64dd 100644 --- a/Open-ILS/xul/staff_client/server/index.xhtml +++ b/Open-ILS/xul/staff_client/server/index.xhtml @@ -117,7 +117,7 @@ //Place your helpdesk link here function helpdesk(newtab) { - xulG.open_external("http://evergreen-ils.org/communicate.php"); + xulG.open_external("http://evergreen-ils.org/communicate/"); } //A good place for a Google map. Evergreen Indiana uses GIS data to create a Google map to verify if a library is within district boundaries -- 2.43.2