mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
missing semicolon
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user