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

New commits:
commit 535d0a62962dab98fe4ec6caecd063890496bf01
Author: Korrawit Pruegsanusak <detective.conan.1...@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();
         },
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to