mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-22 07:45:29 +03:00
polished sensor indicators
This commit is contained in:
parent
6049cf0ec4
commit
e2755ea179
4 changed files with 13 additions and 20 deletions
12
main.js
12
main.js
|
@ -167,18 +167,6 @@ $(document).ready(function() {
|
|||
$(this).empty().remove();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
chrome.app.window.create('./tabs/options.html', {
|
||||
id: 'option-window',
|
||||
frame: 'none',
|
||||
resizable: false
|
||||
}, function(createdWindow) {
|
||||
// translate to user-selected language
|
||||
localize();
|
||||
});
|
||||
*/
|
||||
});
|
||||
|
||||
// listen to all input change events and adjust the value within limits if necessary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue