[Libreoffice-commits] .: bug/bug
Rob Snelders
rsnelders at kemper.freedesktop.org
Sun Dec 9 06:21:42 PST 2012
bug/bug/bug.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5974f1d0e75bc01df4ccba92e61a9478bb170aa5
Author: Rob Snelders <programming at 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
More information about the Libreoffice-commits
mailing list