Update Customizer.html

master
Andreas Rozek 2022-01-12 16:02:28 +01:00
parent 3636b32084
commit 4429288362
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@
} }
function chosenColor (ColorChoice) { function chosenColor (ColorChoice) {
return (ColorChoice === 'none' ? 'undefined' : "'" + ColorChoice + '"') return (ColorChoice === 'none' ? 'undefined' : "'" + ColorChoice + "'")
} }
function chosenForeground () { return chosenColor(Foreground) } function chosenForeground () { return chosenColor(Foreground) }