aboutsummaryrefslogtreecommitdiff
path: root/pkgs/webapps/etherpad-lite/modules/ep_immae_buttons/hooks.js
blob: dcf7782cfd7f7e7c735612c645563876337b23ce (plain) (blame)
1
2
3
4
5
6
var eejs = require('ep_etherpad-lite/node/eejs/');

exports.eejsBlock_editbarMenuLeft = function (hook_name, args, cb) {
  args.content = args.content + eejs.require("ep_immae_buttons/templates/editbarButtons.ejs");
  return cb();
}