[Libreoffice-commits] .: bug/bug
Petr Mladek
pmladek at kemper.freedesktop.org
Fri Aug 17 07:58:44 PDT 2012
bug/bug/bug.js | 1 +
1 file changed, 1 insertion(+)
New commits:
commit a44d46dad88102e85b4bcfb6f8987e5ac27634a1
Author: Rob Snelders <programming at ertai.nl>
Date: Wed Aug 15 21:07:48 2012 +0200
fdo#53084 - BUGZILLAASSISTANT: focus on page bottom instead on Bugzilla link after Bus Submission
diff --git a/bug/bug/bug.js b/bug/bug/bug.js
index ef69f8d..0565d84 100644
--- a/bug/bug/bug.js
+++ b/bug/bug/bug.js
@@ -277,6 +277,7 @@
var bug = $('.state_submit .bug').text();
$('.bug', element).attr('href', $.bug.url + '/show_bug.cgi?id=' + bug);
element.show();
+ window.scrollTo(0,0);
},
// if this string is found in the page returned when
More information about the Libreoffice-commits
mailing list