1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-16 04:45:18 +03:00

jBox Tooltip implementation using i18n_title instead of jBox:Content - reduces DOM element counts

This commit is contained in:
tricopterY 2015-12-18 13:43:05 +11:00
parent 61c80a9d4c
commit 3228625de1
5 changed files with 21 additions and 29 deletions

View file

@ -287,8 +287,7 @@ GUI_control.prototype.content_ready = function (callback) {
});
$('.cf_tip').each(function() {
$(this).jBox('Tooltip', {
content: $(this).children('.cf_tooltiptext'),
$(this).jBox('Tooltip', {
delayOpen: 100,
delayClose: 100,
position: {