Skip to content

Commit

Permalink
fixed change name plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
joker-x committed Dec 9, 2012
1 parent 87cb492 commit 138dd59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ep_headings-trl8/index.js
Expand Up @@ -2,6 +2,6 @@
var eejs = require('ep_etherpad-lite/node/eejs/');

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

0 comments on commit 138dd59

Please sign in to comment.