1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-24 08:45:28 +03:00

Fix tooltip (#3175)

This commit is contained in:
haslinghuis 2022-12-31 00:32:42 +01:00 committed by GitHub
parent cfacb833b8
commit b287361575
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View file

@ -98,7 +98,6 @@ $.fn.sortSelect = function(text = "") {
const op = this.children("option");
op.sort((a, b) => {
console.log(a.value, a.text);
if (a.text === text) {
return -1;
}