This commit is contained in:
GitHub Merge Button 2012-02-05 06:23:03 -08:00
commit f1ebccaa54
4 changed files with 8 additions and 8 deletions

View file

@ -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();
});