mirror of
https://github.com/internetee/registry.git
synced 2025-07-27 21:16:12 +02:00
6 lines
144 B
CoffeeScript
6 lines
144 B
CoffeeScript
ready = ->
|
|
Autocomplete.bindContactSearch()
|
|
Autocomplete.bindRegistrarSearch()
|
|
|
|
$(document).ready(ready)
|
|
$(document).on('page:load', ready)
|