mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 09:56:15 -04:00
improve including of custom js/css
This commit is contained in:
parent
340fbf4d44
commit
de32503f8e
6 changed files with 30 additions and 4 deletions
6
static/custom/js.template
Normal file
6
static/custom/js.template
Normal file
|
@ -0,0 +1,6 @@
|
|||
function costumStart()
|
||||
{
|
||||
//define your javascript here
|
||||
//jquery is avaiable - except index.js
|
||||
//you can load extra scripts with $.getScript http://api.jquery.com/jQuery.getScript/
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue