From 9fbac8250534bb15410a8ec11cf38b5a5ba7592d Mon Sep 17 00:00:00 2001 From: pypy Date: Sat, 11 Jan 2020 22:39:42 +0900 Subject: [PATCH] bugfix --- html/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };