etherpad-lite/static/custom/js.template

7 lines
189 B
Plaintext
Raw Normal View History

function customStart()
2011-07-31 18:21:01 +02:00
{
//define your javascript here
//jquery is available - except index.js
2011-07-31 18:21:01 +02:00
//you can load extra scripts with $.getScript http://api.jquery.com/jQuery.getScript/
}