Fixed the missing Tab JQuery element missing in releases
This commit is contained in:
parent
ec6c2cab49
commit
bebd708666
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ import * as ppt from "tc-backend/ppt";
|
|||
/* required import for init */
|
||||
require("./proto").initialize();
|
||||
require("./ui/elements/ContextDivider").initialize();
|
||||
require("./ui/elements/Tab");
|
||||
require("./connection/CommandHandler"); /* else it might not get bundled because only the backends are accessing it */
|
||||
|
||||
const js_render = window.jsrender || $;
|
||||
|
|
Loading…
Add table
Reference in a new issue