web/hosts/issues/html Makefile.in,1.16,1.17 help.xsl,1.4,1.5 issues.js,1.2,1.3

Tobias Hunger <[email protected]> Thu, 04 Sep 2003 12:46:36 +0000
Newsgroups gmane.comp.video.fresco.cvs
Message-ID <[email protected]>
Update of /cvs/fresco/web/hosts/issues/html
In directory purcel:/tmp/cvs-serv7323

Modified Files:
	Makefile.in help.xsl issues.js 
Log Message:
* Make sure issues.js is installed on make install
* fix bug279: At least it works with my local tracker... I hope it
    will work with issues.fresco.org as well!


Index: Makefile.in
===================================================================
RCS file: /cvs/fresco/web/hosts/issues/html/Makefile.in,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- Makefile.in	20 Aug 2003 14:25:57 -0000	1.16
+++ Makefile.in	4 Sep 2003 12:46:33 -0000	1.17
@@ -24,7 +24,9 @@
            \
            topic.item \
            file.index file.item \
-           home
+           home \
+           \
+           issues.js
 
 vpath %.xml $(srcdir)
 

Index: help.xsl
===================================================================
RCS file: /cvs/fresco/web/hosts/issues/html/help.xsl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- help.xsl	21 Oct 2002 01:16:40 -0000	1.4
+++ help.xsl	4 Sep 2003 12:46:33 -0000	1.5
@@ -16,9 +16,7 @@
   <xsl:variable name="head">
     <link rel="stylesheet" type="text/css" href="_file/issues.css"/>
     <link rel="stylesheet" type="text/css" href="_file/default.css"/>
-    <![CDATA[
     <script type="text/javascript" language="javascript" src="_file/issues.js"></script>
-]]>
   </xsl:variable>
 
   <xsl:template match="*">

Index: issues.js
===================================================================
RCS file: /cvs/fresco/web/hosts/issues/html/issues.js,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- issues.js	25 Aug 2003 16:32:13 -0000	1.2
+++ issues.js	4 Sep 2003 12:46:33 -0000	1.3
@@ -12,7 +12,7 @@
 
 function help_window(helpurl, width, height)
 {
-  HelpWin = window.open(TRACKER_WEB + helpurl, 'RoundupHelpWindow', 'scrollbars=yes,resizable=yes,toolbar=no,height='+height+',width='+width);
+  HelpWin = window.open(helpurl, 'RoundupHelpWindow', 'scrollbars=yes,resizable=yes,toolbar=no,height='+height+',width='+width);
 }
 function schema_window(helpurl, width, height)
 {