Commit 2cb0b59e authored by jocuri%softhome.net's avatar jocuri%softhome.net

Patch for bug 269274: Make 'Give me some help' link work on advanced query page…

Patch for bug 269274: Make 'Give me some help' link work on advanced query page with cookies disabled; patch by Greg Hendricks <ghendricks@novell.com>, r=vladd, a=justdave.
parent 049b5a69
...@@ -62,7 +62,7 @@ var queryform = "queryform" ...@@ -62,7 +62,7 @@ var queryform = "queryform"
[% IF NOT help %] [% IF NOT help %]
[% IF cgi.user_agent("Mozilla/5") %] [% IF cgi.user_agent("Mozilla/5") %]
<script type="text/javascript"> <!-- <script type="text/javascript"> <!--
document.write("<p><a href='query.cgi?help=1'>Give me some help</a> (reloads page.)</p>"); document.write("<p><a href='query.cgi?help=1&amp;format=advanced'>Give me some help</a> (reloads page.)</p>");
// --> // -->
</script> </script>
<noscript> <noscript>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment