6d3544fcbf9eec4d44db859e81a825650224776d
custom.js
... | ... | @@ -1,4 +1,4 @@ |
1 | -document.onload(function() { |
|
1 | +document.onload = (function() { |
|
2 | 2 | var sign_up_form = document.getElementById("tea-leaves-sign-up-form"); |
3 | 3 | |
4 | 4 | if(sign_up_form) { |