custom.js 74 B

1234567
  1. function onReady() {
  2. }
  3. (function() {
  4. $(document).ready(onReady)
  5. })()