mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +03:00
disabling custom spinner emulation
This commit is contained in:
parent
9745a97e46
commit
b7179db5f6
10 changed files with 23 additions and 72 deletions
4
main.js
4
main.js
|
@ -164,6 +164,7 @@ function array_difference(firstArray, secondArray) {
|
|||
return cloneArray;
|
||||
}
|
||||
|
||||
/*
|
||||
function add_custom_spinners() {
|
||||
var spinner_element = '<div class="spinner"><div class="up"></div><div class="down"></div></div>';
|
||||
|
||||
|
@ -269,4 +270,5 @@ function add_custom_spinners() {
|
|||
};
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
*/
|
Loading…
Add table
Add a link
Reference in a new issue