[Libreoffice-commits] .: bug/bug

Loic Dachary loic at kemper.freedesktop.org
Sat Oct 8 03:20:50 PDT 2011


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

New commits:
commit 3df1ced9a67736c9a446c1c226e719a6e61ed1b2
Author: Loic Dachary <loic at dachary.org>
Date:   Sat Oct 8 12:17:35 2011 +0200

    add missing ;

diff --git a/bug/bug/bug.js b/bug/bug/bug.js
index bea93ee..1086288 100644
--- a/bug/bug/bug.js
+++ b/bug/bug/bug.js
@@ -194,7 +194,7 @@
             $("input[type='file']", element).change(function() {
                 // http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2009-March/018981.html
                 // in a nutshell : deal with it, it won't go away
-                var path = $(this).val().replace("C:\\fakepath\\","")
+                var path = $(this).val().replace("C:\\fakepath\\","");
                 $("input[name='ignored']", element).val(path);
             });
             $.bug.current_step('attach');


More information about the Libreoffice-commits mailing list