mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-02 13:19:14 -04:00
5 lines
192 B
JavaScript
5 lines
192 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/
|
|
}
|