This website requires JavaScript.
Explore
Help
Sign In
libre-service.eu
/
pad.libre-service.eu-etherpad
Watch
1
Star
0
Fork
You've already forked pad.libre-service.eu-etherpad
0
mirror of
https://github.com/ether/etherpad-lite.git
synced
2025-01-20 14:39:53 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
70fe1a7451
pad.libre-service.eu-etherpad
/
available_plugins
/
ep_fintest
/
static
/
js
/
test.js
5 lines
90 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Client side / server side require
2012-02-26 00:45:06 +01:00
exports
.
foo
=
42
;
Client side hooks are now loaded and works
2012-03-01 18:45:02 +01:00
exports
.
bar
=
function
(
hook
_name
,
args
,
cb
)
{
return
cb
(
[
"FOOOO"
]
)
;
}
Reference in a new issue
Copy permalink