UNPKG

ep_bottom_chat_bar

Version:

bottom chat and always open , also timestamp dock to left

6 lines (5 loc) 230 B
var eejs = require("ep_etherpad-lite/node/eejs"); exports.eejsBlock_styles = function (hook_name, args, cb) { args.content = args.content + eejs.require("ep_bottom_chat_bar/templates/styles.html", {}, module); return cb(); };