---
 web/dmd.cgi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/dmd.cgi b/web/dmd.cgi
index 9bbb484..439fff8 100755
--- a/web/dmd.cgi
+++ b/web/dmd.cgi
@@ -174,7 +174,7 @@ if cgi.params != {}
     puts "<tr id='#{t[:shortname]}'><td>#{t[:type]}</td>"
     puts "<td class=\"left\"><a 
href=\"http://packages.qa.debian.org/#{t[:source]}\";>#{src_reason(t[:source])}</a></td>"
     puts "<td class=\"left\">#{t[:description]}</td>"
-    puts "<td><a href=\"#\" 
onclick=\"hide_todo('#{t[:shortname]}')\">hide</a></td>"
+    puts "<td><a href=\"#\" onclick=\"hide_todo('#{t[:shortname]}'); return 
false;\">hide</a></td>"
   end
   puts "</tbody></table>"
   puts "<p align=\"center\"><a href=\"#\" onclick=\"reset_todos()\">show all 
hidden todos</a></p>"
-- 
1.7.10.4


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: 
http://lists.debian.org/[email protected]

Reply via email to