[Libreoffice-commits] .: bug/bug
Loic Dachary
loic at kemper.freedesktop.org
Thu Sep 22 10:48:05 PDT 2011
bug/bug/bug.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ed1c0df6a9cb3132356c7d1d42ef28f34afd7817
Author: Loic Dachary <loic at dachary.org>
Date: Thu Sep 22 19:47:58 2011 +0200
browser.msie and not browser.ie
diff --git a/bug/bug/bug.js b/bug/bug/bug.js
index f997a47..7df7db8 100644
--- a/bug/bug/bug.js
+++ b/bug/bug/bug.js
@@ -229,7 +229,7 @@
show();
}});
- if($.browser.ie) {
+ if($.browser.msie) {
// ie allow the input field to get focus, presumably to
// type the filename. launch the browser instead.
$("input[type='file']", element).focus(function() {
More information about the Libreoffice-commits
mailing list