Merge pull request #810 from redhog/aceEditEvent

Plugin/hook features&bugfixes
This commit is contained in:
John McLear 2012-06-22 03:53:50 -07:00
commit e4ff4021ab
6 changed files with 61 additions and 7 deletions

View file

@ -16,6 +16,11 @@ exports.expressCreateServer = function (hook_name, args, cb) {
"ep_etherpad-lite/templates/admin/plugins.html",
render_args), {});
});
args.app.get('/admin/plugins/info', function(req, res) {
res.send(eejs.require(
"ep_etherpad-lite/templates/admin/plugins-info.html",
{}), {});
});
}
exports.socketio = function (hook_name, args, cb) {