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

New commits:
commit 5974f1d0e75bc01df4ccba92e61a9478bb170aa5
Author: Rob Snelders <programm...@ertai.nl>
Date:   Sun Dec 9 15:21:32 2012 +0100

    Solved a invalid functioncall

diff --git a/bug/bug/bug.js b/bug/bug/bug.js
index 7b3c3a0..9b3d3bd 100644
--- a/bug/bug/bug.js
+++ b/bug/bug/bug.js
@@ -267,7 +267,7 @@
                     } else {
                         $(element).addClass('inprogress');
                     }
-                   error_clear();
+                   $.bug.error_clear();
                     var component = $('.state_component 
.chosen').attr('data').replace('_',' ');
                     var short_desc = $.bug.subcomponent + ': ' + 
$('.state_description .short').val();
                     //Add Operating System
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to