8 lines
217 B
JavaScript
8 lines
217 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/
|
||
|
chat.stickToScreen(true);
|
||
|
}
|