1
0
mirror of https://github.com/php/web-php.git synced 2026-04-26 00:18:17 +02:00

Added "Documentation problem" as the default selected bug type for doc bug links

This commit is contained in:
Philip Olson
2009-10-01 16:38:11 +00:00
parent 73214b2314
commit 7640250ce2
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ $(document).ready(function() {
$(this).siblings().slideToggle("slow");
});
$(".refsect1 .title").each(function() {
url = "http://bugs.php.net/report.php?manpage=" + $(this).parent().parent().attr("id") + "%23" + $(this).text();
url = "http://bugs.php.net/report.php?bug_type=Documentation+problem&manpage=" + $(this).parent().parent().attr("id") + "%23" + $(this).text();
$(this).parent().prepend("<div class=\'reportbug\'><a href=\'" + url + "\'>Report a bug</a></div>");
});
$("#usernotes .head").click(function() {