diff --git a/html/app.js b/html/app.js index 52fb7c16..12db0221 100644 --- a/html/app.js +++ b/html/app.js @@ -2507,7 +2507,7 @@ if (window.CefSharp) { } ctx.expired_ = false; if (ctx.tags) { - [ctx.group_] = ctx.tags; + ctx.group_ = ctx.tags; } return ctx; };