don't use the wrong theme color value
This commit is contained in:
parent
c68e62efb3
commit
327c76fdb3
|
@ -113,7 +113,7 @@ $(document).on 'ready turbolinks:load', ->
|
|||
|
||||
$('#update_theme .color').each ->
|
||||
$this = $ this
|
||||
this.value = '#' + getHexColorFromThemeValue(this.dataset.default)
|
||||
this.value = '#' + getHexColorFromThemeValue(this.value)
|
||||
|
||||
$this.minicolors
|
||||
control: 'hue'
|
||||
|
|
Loading…
Reference in New Issue