mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
Secure the call of the costumStart function
Author: Peter 'Pita' Martischka <petermartischka@googlemail.com>
This commit is contained in:
parent
38fd56a877
commit
053e48c3f4
3 changed files with 3 additions and 3 deletions
|
@ -30,7 +30,7 @@ $(document).ready(function()
|
|||
}
|
||||
|
||||
//start the costum js
|
||||
if(costumStart) costumStart();
|
||||
if(typeof costumStart == "function") costumStart();
|
||||
|
||||
handshake();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue