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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user