mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 14:39:53 +01:00
7 lines
188 B
Text
7 lines
188 B
Text
|
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/
|
||
|
}
|