diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 75608872..666e4eec 100755 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -1349,6 +1349,12 @@ "failsafeChannelFallbackSettingsHelp": { "message": "These settings are applied to invalid individual AUX channels or to all channels when entering stage 1. Note: values are saved in steps of 25usec, so small changes disappear" }, + "failsafeChannelFallbackSettingsAuto": { + "message": "Auto means Roll, Pitch and Yaw to center and Throttle low. Hold means maintain the last good value received" + }, + "failsafeChannelFallbackSettingsHold": { + "message": "Hold means maintain the last good value received. Set means the value given here will be used" + }, "failsafeStageTwoSettingsTitle": { "message": "Stage 2 - Settings" }, diff --git a/js/gui.js b/js/gui.js index 3707fcd3..c93bda8e 100644 --- a/js/gui.js +++ b/js/gui.js @@ -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: { diff --git a/tabs/failsafe.css b/tabs/failsafe.css index 551ddc33..e878a55e 100644 --- a/tabs/failsafe.css +++ b/tabs/failsafe.css @@ -214,7 +214,10 @@ } .tab-failsafe .channelname { + float:left; margin-right: 3px; + width:60%; + padding-top: 2px; } .tab-failsafe .note { diff --git a/tabs/failsafe.html b/tabs/failsafe.html index ee768da0..1b0951b0 100644 --- a/tabs/failsafe.html +++ b/tabs/failsafe.html @@ -39,9 +39,7 @@