mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 11:38:30 +02:00
New domain form
This commit is contained in:
parent
98cbae993d
commit
24e7beed5b
11 changed files with 66 additions and 1 deletions
10
app/assets/javascripts/app.js.coffee
Normal file
10
app/assets/javascripts/app.js.coffee
Normal file
|
@ -0,0 +1,10 @@
|
|||
$(".js-registrars-typeahead").typeahead
|
||||
source: (query, process) ->
|
||||
$.get "/admin/registrars/search", {query: query}, (data) ->
|
||||
process data
|
||||
|
||||
$(".js-contacts-typeahead").typeahead
|
||||
source: (query, process) ->
|
||||
$.get "/admin/contacts/search", {query: query}, (data) ->
|
||||
process data
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue