From 92766384ed576eed342b53cee21b95564c0fce1e Mon Sep 17 00:00:00 2001 From: Egil Moeller Date: Sat, 13 Mar 2010 11:24:20 +0100 Subject: Bugfixed the kafoo test-plugin so that it doesn't generate copious amounts of debug info --- trunk/etherpad/src/plugins/kafoo/main.js | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'trunk') diff --git a/trunk/etherpad/src/plugins/kafoo/main.js b/trunk/etherpad/src/plugins/kafoo/main.js index d0ef442..f645576 100644 --- a/trunk/etherpad/src/plugins/kafoo/main.js +++ b/trunk/etherpad/src/plugins/kafoo/main.js @@ -1,8 +1,16 @@ -hooks = ['nahook', 'fiehook']; -description = 'Kabar'; +import("etherpad.log"); + +function init() { + this.hooks = []; + this.description = 'KaBar plugin'; + this.install = install; + this.uninstall = uninstall; +} function install() { + log.info("Installing testplugin"); } function uninstall() { + log.info("Uninstalling testplugin"); } -- cgit v1.2.3-1-g7c22