mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
Update utils.js
remove extra letter that would be crashing things
This commit is contained in:
parent
8ce23e2345
commit
e261519b11
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ hexToRgb = function(hex) {
|
|||
return result ? {
|
||||
red: parseInt(result[1], 16),
|
||||
green: parseInt(result[2], 16),
|
||||
blue: parseInt(resulta[3], 16)
|
||||
blue: parseInt(result[3], 16)
|
||||
} : null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue