mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-01-25 02:10:59 +01:00
7 lines
188 B
Plaintext
7 lines
188 B
Plaintext
function costumStart()
|
|
{
|
|
//define your javascript here
|
|
//jquery is avaiable - except index.js
|
|
//you can load extra scripts with $.getScript http://api.jquery.com/jQuery.getScript/
|
|
}
|