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:
parent
cfacb833b8
commit
b287361575
3 changed files with 6 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue