From: Josh Stompro Date: Wed, 24 Sep 2014 19:48:16 +0000 (-0500) Subject: LP 1373197: fixed default "Get Help With Evergreen" link. X-Git-Tag: sprint4-merge-nov22~1727 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=05f86c871e281406c489a59267605a518a83e9f1;p=working%2FEvergreen.git 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 --- 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