Update Customizer.html
parent
3636b32084
commit
4429288362
|
|
@ -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) }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue