[Libreoffice-commits] .: 2 commits - bug/bug

Petr Mladek pmladek at kemper.freedesktop.org
Fri Aug 17 08:27:04 PDT 2012


 bug/bug/bug.css |    4 ++++
 bug/bug/bug.js  |    1 +
 2 files changed, 5 insertions(+)

New commits:
commit 213529e766ccd83424aef77fcf0822e437f9a06a
Author: Rob Snelders <programming at ertai.nl>
Date:   Fri Aug 17 00:07:06 2012 +0200

    Reset the error-message when submitting the bug

diff --git a/bug/bug/bug.js b/bug/bug/bug.js
index 0565d84..a0be19d 100644
--- a/bug/bug/bug.js
+++ b/bug/bug/bug.js
@@ -235,6 +235,7 @@
             var element = $('.state_submit');
             if(!element.hasClass('initialized')) {
                 var form = $('.submission_form form');
+                $.bug.error_clear();
                 form.attr('action', $.bug.url + '/post_bug.cgi');
                 form.submit(function() {
                     if($(element).hasClass('inprogress')) {
commit c48c311a29aba3c90921e176326191d0b1c44752
Author: Rob Snelders <programming at ertai.nl>
Date:   Fri Aug 17 00:03:50 2012 +0200

    Hides the username that is printed for testing

diff --git a/bug/bug/bug.css b/bug/bug/bug.css
index a932f2a..f81aa9b 100644
--- a/bug/bug/bug.css
+++ b/bug/bug/bug.css
@@ -610,3 +610,7 @@ body {
     background: url('images/select-right.png') repeat-y top right;
     padding-right: 12px;
 }
+
+.username {
+    display: hidden;
+}


More information about the Libreoffice-commits mailing list