[Bps-public-commit] rt-extension-inlinehelp branch master updated. 842b979976ca8996223c3893981cafd5542e6d81
BPS Git Server
git at git.bestpractical.com
Wed Sep 29 20:22:13 UTC 2021
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt-extension-inlinehelp".
The branch, master has been updated
via 842b979976ca8996223c3893981cafd5542e6d81 (commit)
from 6bf57c7efa34e36e65033afd254cb1c22c6b8c26 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 842b979976ca8996223c3893981cafd5542e6d81
Author: sunnavy <sunnavy at bestpractical.com>
Date: Thu Sep 30 04:21:56 2021 +0800
Hover to show help just like RT core
diff --git a/static/js/inlinehelp.js b/static/js/inlinehelp.js
index 2374bc5..5e219f8 100644
--- a/static/js/inlinehelp.js
+++ b/static/js/inlinehelp.js
@@ -175,7 +175,7 @@ function renderPopupHelpItems( list ) {
}
})
jQuery('[data-toggle="popover"]').popover({
- trigger: 'focus',
+ trigger: 'hover',
html: true,
content: popupHelpAjax
})
-----------------------------------------------------------------------
Summary of changes:
static/js/inlinehelp.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
rt-extension-inlinehelp
More information about the Bps-public-commit
mailing list