mirror of
https://github.com/internetee/registry.git
synced 2025-08-20 08:24:02 +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)
|