UNPKG

dodex-vertx

Version:

A java asynchronous server for Dodex and Dodex-mess

17 lines (14 loc) 403 B
// import handlebars from "handlebars"; import handlebars from "handlebars"; import Menu from "./menu"; import "./set.globals"; window.Stache = handlebars; export default { init () { // Show the page $("#top-nav").removeAttr("hidden"); $("#side-nav").removeAttr("hidden"); Menu.activate("#top-nav div ul li"); Menu.activate("#side-nav nav ul li"); } };