1
0
Fork 0
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:
cTn 2014-01-23 23:47:14 +01:00
parent 9745a97e46
commit b7179db5f6
10 changed files with 23 additions and 72 deletions

View file

@ -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() {
};
}
});
}
}
*/