[Libreoffice-commits] .: bug/bug

Petr Mladek pmladek at kemper.freedesktop.org
Tue Dec 13 11:00:39 PST 2011


 bug/bug/bug.js |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 84dfe9a9cbe15a9a83e201fbd800f78694f7e05f
Author: Nino <nn.libo at kflog.org>
Date:   Tue Dec 13 19:59:13 2011 +0100

    Show related bug reports in a new widnow (fdo#41157)

diff --git a/bug/bug/bug.js b/bug/bug/bug.js
index 47a88b8..294bc79 100644
--- a/bug/bug/bug.js
+++ b/bug/bug/bug.js
@@ -284,6 +284,7 @@
                 var bug_urls = [];
                 for(var i = 1; i < lines.length; i++) {
                     bug_urls.push(lines[i].replace(/([0-9]*),"(.*)"/,'<a href="' + $.bug.url + '/show_bug.cgi?id=$1">$2</a>'));
+                    bug_urls.push(lines[i].replace(/([0-9]*),"(.*)"/,'<a href="' + $.bug.url + '/show_bug.cgi?id=$1" target="_blank">$2</a>'));
                 }
                 $('.related_bugs').html(bug_urls.join('<br>'));
             });


More information about the Libreoffice-commits mailing list