bug/bug/bug.js |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit ca1e194ef4293110b50e4e6d8278144db766a786
Author: Rob Snelders <programm...@ertai.nl>
Date:   Mon Dec 3 20:01:46 2012 +0100

    revert last patch to get token earlier

diff --git a/bug/bug/bug.js b/bug/bug/bug.js
index 271d2dc..7b3c3a0 100644
--- a/bug/bug/bug.js
+++ b/bug/bug/bug.js
@@ -217,11 +217,6 @@
                 element.addClass('initialized');
                 $.bug.current_step('description');
                 element.show();
-                if ($.bug.token == '') {
-                    $.bug.ajax('GET', $.bug.url + 
'/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED').pipe(function(data){
-                        $.bug.token = data.match(/<input type="hidden" 
name="token" value="([A-Za-z0-9]{10})">/)[1];
-                    });
-                }
             }
         },
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to