mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
Fix admin typeaheads
This commit is contained in:
parent
92984e19dd
commit
6b1c98f431
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,4 @@
|
|||
ready = ->
|
||||
Autocomplete.bindContactSearch()
|
||||
Autocomplete.bindRegistrarSearch()
|
||||
|
||||
$(document).ready(ready)
|
||||
$(document).on('page:load', ready)
|
||||
|
|
|
@ -39,3 +39,6 @@
|
|||
Autocomplete.bindAdminContactSearch();
|
||||
}
|
||||
});
|
||||
|
||||
Autocomplete.bindAdminContactSearch()
|
||||
Autocomplete.bindAdminRegistrarSearch()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue