mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
don't use the wrong theme color value
This commit is contained in:
parent
c68e62efb3
commit
327c76fdb3
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue