1
0
Fork 0
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:
cTn 2014-04-22 16:29:18 +02:00
parent 6049cf0ec4
commit e2755ea179
4 changed files with 13 additions and 20 deletions

12
main.js
View file

@ -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