1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-24 16:55:24 +03:00

placing tooltip content into the json file

This commit is contained in:
skaman82 2015-11-11 11:54:56 +01:00
parent b8fa745571
commit e429cf623d
7 changed files with 52 additions and 64 deletions

View file

@ -264,20 +264,6 @@ TABS.pid_tuning.initialize = function (callback) {
// translate to user-selected language
localize();
// loading tooltip
$(document).ready(function() {
$('.cf_tip').jBox('Tooltip', {
delayOpen: 100,
delayClose: 100,
position: {
x: 'right',
y: 'center'
},
outside: 'x'
});
});
hideUnusedPids(CONFIG.activeSensors);
$('#showAllPids').on('click', function(){