[Fedora-directory-commits] adminserver/admserv/cgi-src40 help.js, 1.2, 1.3

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Thu Dec 6 17:08:37 UTC 2007


Author: nhosoi

Update of /cvs/dirsec/adminserver/admserv/cgi-src40
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10903/admserv/cgi-src40

Modified Files:
	help.js 
Log Message:
Resolves: #411231
Summary: [Admin express] help button brings up an error page
Description: mapfile info (tokens.map) was missing from help.js and template.c.



Index: help.js
===================================================================
RCS file: /cvs/dirsec/adminserver/admserv/cgi-src40/help.js,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- help.js	18 Aug 2005 18:59:03 -0000	1.2
+++ help.js	6 Dec 2007 17:08:35 -0000	1.3
@@ -38,7 +38,7 @@
 function
 help(helpdir, token)
 {
-   newlocation = manualBase()+"/help/" + helpCommand() + "?helpdir="+helpdir+"&token="+token;
+   newlocation = manualBase()+"/help/" + helpCommand() + "?helpdir="+helpdir+"&token="+token+"&mapfile=tokens.map";
 
    if (top.HelpWindow)
    {




More information about the Fedora-directory-commits mailing list