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:
parent
b8fa745571
commit
e429cf623d
7 changed files with 52 additions and 64 deletions
|
@ -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(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue