mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 14:39:53 +01:00
6 lines
189 B
Text
6 lines
189 B
Text
function customStart()
|
|
{
|
|
//define your javascript here
|
|
//jquery is available - except index.js
|
|
//you can load extra scripts with $.getScript http://api.jquery.com/jQuery.getScript/
|
|
}
|