mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 14:47:12 -04:00
Merge 17e9cf71da
into 200346ee5d
This commit is contained in:
commit
f1ebccaa54
4 changed files with 8 additions and 8 deletions
|
@ -422,8 +422,8 @@ var pad = {
|
|||
|
||||
$(document).ready(function()
|
||||
{
|
||||
//start the costum js
|
||||
if(typeof costumStart == "function") costumStart();
|
||||
// start the custom js
|
||||
if (typeof customStart == "function") customStart();
|
||||
getParams();
|
||||
handshake();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue