mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 12:55:14 +03:00
Rpm defaults fix
Change dialog sonar fixes sonar fix fix text no values change if not dialog shows typo
This commit is contained in:
parent
90f15faf79
commit
b7085a5926
6 changed files with 40 additions and 53 deletions
|
@ -725,21 +725,8 @@ function showErrorDialog(message) {
|
|||
dialog.showModal();
|
||||
}
|
||||
|
||||
function showDialogDynFiltersChange() {
|
||||
const dialogDynFiltersChange = $('.dialogDynFiltersChange')[0];
|
||||
|
||||
if (!dialogDynFiltersChange.hasAttribute('open')) {
|
||||
dialogDynFiltersChange.showModal();
|
||||
|
||||
$('.dialogDynFiltersChange-confirmbtn').click(function() {
|
||||
dialogDynFiltersChange.close();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: all of these are used as globals in other parts.
|
||||
// once moved to modules extract to own module.
|
||||
window.showDialogDynFiltersChange = showDialogDynFiltersChange;
|
||||
window.googleAnalytics = analytics;
|
||||
window.analytics = null;
|
||||
window.showErrorDialog = showErrorDialog;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue