mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
whitespace trimming run
This commit is contained in:
parent
0607ccbff4
commit
9b29f78e3e
44 changed files with 1208 additions and 1208 deletions
|
@ -1,10 +1,10 @@
|
|||
function tab_initialize_default() {
|
||||
GUI.active_tab = 'default';
|
||||
|
||||
$('#content').load("./tabs/default.html", function() {
|
||||
|
||||
$('#content').load("./tabs/default.html", function() {
|
||||
// load changelog content
|
||||
$('div.changelog.configurator .wrapper').load('./changelog.html');
|
||||
|
||||
|
||||
// UI Hooks
|
||||
$('a.firmware_flasher').click(function() {
|
||||
tab_initialize_firmware_flasher();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue