missing semicolon

This commit is contained in:
HB9HIL
2024-01-04 20:20:47 +01:00
parent 1f03b4931d
commit 0cafe41d13

View File

@@ -2392,7 +2392,7 @@ $(document).ready(function(){
text: lang_admin_clear
}
]
})
});
// change color of csv-button if dark mode is chosen
if (isDarkModeTheme()) {
$('[class*="buttons"]').css("color", "white");