Merge "Don't scroll on clicking ? in configuration"

This commit is contained in:
Jenkins 2014-12-02 09:51:18 +00:00 committed by Gerrit Code Review
commit c2b22d8441

View File

@ -41,7 +41,9 @@
<script type="text/javascript">
(window.$ || window.addHorizonLoadEvent)(function () {
$('a.help-icon').popover({
$('a.help-icon').click(function () {
return false;
}).popover({
trigger: 'focus',
placement: 'right'
});