mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 07:52:04 +02:00
4 lines
72 B
CoffeeScript
4 lines
72 B
CoffeeScript
ready = ->
|
|
|
|
$(document).ready(ready)
|
|
$(document).on('page:load', ready)
|