mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 09:46:09 +02:00
Pass registrar in URL instead of POST params
This commit is contained in:
parent
044bf9caad
commit
3c5c0c4310
5 changed files with 10 additions and 35 deletions
|
@ -47,12 +47,6 @@ class @Autocomplete
|
|||
selector: '.js-contact-typeahead'
|
||||
hiddenSelector: '.js-contact-id'
|
||||
|
||||
@bindAdminRegistrarSearch: ->
|
||||
Autocomplete.bindTypeahead
|
||||
remote: '/admin/registrars/search'
|
||||
selector: '.js-registrar-typeahead'
|
||||
hiddenSelector: '.js-registrar-id'
|
||||
|
||||
@bindClientContactSearch: ->
|
||||
Autocomplete.bindTypeahead
|
||||
remote: '/client/contacts/search'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue