mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-30 04:09:13 -04:00
use english spelling: replace costumStart with customStart.
This commit is contained in:
parent
82bda0b0ab
commit
17e9cf71da
4 changed files with 8 additions and 8 deletions
|
@ -148,8 +148,8 @@
|
|||
return randomstring;
|
||||
}
|
||||
|
||||
//start the costum js
|
||||
if(typeof costumStart == "function") costumStart();
|
||||
// start the custom js
|
||||
if (typeof customStart == "function") customStart();
|
||||
</script>
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue