Package: bugs.debian.org
Severity: wishlist

For browsers that support javascript, it's possible to make pasting
#123456 bug numbers from emails and changelogs slightly easier. Adding
something like the following snippet to the bugs.d.o/ frontpage (ie,
the page on www.d.o that's the target of the redirect) should work fine:

   <script>
   <!--
   var h = document.location.hash;
   if (/^#\d\d+$/.exec(h)) {
       var dest = "http://bugs.debian.org/"; + h.substring(1);
       alert("Automatically redirecting to " + dest);
       window.location = dest;
   }
   //-->
   </script>

Cheers,
aj



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to