mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-07-03 19:32:14 -04:00
reset
This commit is contained in:
parent
dea020865f
commit
282bcffb62
180 changed files with 37685 additions and 0 deletions
5
available_plugins/ep_fintest/static/js/test.js
Normal file
5
available_plugins/ep_fintest/static/js/test.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
exports.foo = 42;
|
||||
|
||||
exports.bar = function (hook_name, args, cb) {
|
||||
return cb(["FOOOO"]);
|
||||
}
|
1
available_plugins/ep_fintest/static/test.html
Normal file
1
available_plugins/ep_fintest/static/test.html
Normal file
|
@ -0,0 +1 @@
|
|||
<em>Test bla bla</em>
|
Loading…
Add table
Add a link
Reference in a new issue