[Libreoffice-commits] .: bug/bug

Korrawit Pruegsanusak korrawit at kemper.freedesktop.org
Sun Nov 27 18:36:56 PST 2011


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

New commits:
commit 535d0a62962dab98fe4ec6caecd063890496bf01
Author: Korrawit Pruegsanusak <detective.conan.1412 at gmail.com>
Date:   Tue Oct 25 14:45:23 2011 +0700

    'Create account' link fixed

diff --git a/bug/bug/bug.js b/bug/bug/bug.js
index a875eaf..47a88b8 100644
--- a/bug/bug/bug.js
+++ b/bug/bug/bug.js
@@ -102,7 +102,7 @@
                 });
             });
             $('.login-link', element).attr('href', $.bug.url + '/');
-            $('.create-account-link', element).attr('href', $.bug.url + '/enter_bug.cgi');
+            $('.create-account-link', element).attr('href', $.bug.url + '/createaccount.cgi');
             $.bug.current_step('signin');
             element.show();
         },


More information about the Libreoffice-commits mailing list