Link to "#"; previously the link was to "" which caused a reload --
authorMike Taylor <mike@indexdata.com>
Fri, 16 Mar 2007 14:21:45 +0000 (14:21 +0000)
committerMike Taylor <mike@indexdata.com>
Fri, 16 Mar 2007 14:21:45 +0000 (14:21 +0000)
always inefficient, and catastrophic if you'd already entered some
data.

web/htdocs/help/link.mc

index 96274fb..f2b68a5 100644 (file)
@@ -1,8 +1,8 @@
-%# $Id: link.mc,v 1.7 2006-12-06 14:12:17 mike Exp $
+%# $Id: link.mc,v 1.8 2007-03-16 14:21:45 mike Exp $
 <%args>
 $help
 </%args>
 <%args>
 $help
 </%args>
-      <a title="Pops up in a new window" href=""
+      <a title="Pops up in a new window" href="#"
        onclick="window.open('/help.html?help=<% $help %>', 'help',
                'status=0,scrollbars=1,height=320,width=320')"
        ><img alt="Help" height="16" width="16" src="/help-16px.png"/></a>
        onclick="window.open('/help.html?help=<% $help %>', 'help',
                'status=0,scrollbars=1,height=320,width=320')"
        ><img alt="Help" height="16" width="16" src="/help-16px.png"/></a>