Merge "Don't scroll on clicking ? in configuration"
This commit is contained in:
commit
c2b22d8441
@ -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'
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user