client: Fix backwards compatibility
This commit is contained in:
parent
2a4a3a3102
commit
9666c5e1f3
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ function display(data) {
|
|||
}
|
||||
current.push(data.graphic.name)
|
||||
|
||||
let engine = data.graphic.engine
|
||||
var engine = data.graphic.engine
|
||||
|
||||
if (engines[engine]) {
|
||||
engines[engine](data)
|
||||
|
|
Loading…
Reference in a new issue