1
0
フォーク 0
フォーク元 cisti/infra
infra/roles/stable/etherpad/files/index.js
2020-11-10 23:14:10 +01:00

11 行
308 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/
function setRandomName() {
document.getElementById("padname").value = randomPadName();
}
setRandomName();
}