mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 10:56:16 -04:00
7 lines
189 B
JavaScript
7 lines
189 B
JavaScript
![]() |
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/
|
||
|
}
|