mirror of
https://github.com/internetee/registry.git
synced 2025-05-28 09:51:03 +02:00
Epp search
This commit is contained in:
parent
365e27086f
commit
bf044e77bb
7 changed files with 64 additions and 6 deletions
|
@ -1,5 +1,7 @@
|
|||
ready = ->
|
||||
$('.selectize').selectize();
|
||||
$('.selectize').selectize({
|
||||
allowEmptyOption: true
|
||||
});
|
||||
|
||||
$(document).ready(ready)
|
||||
$(document).on('page:load', ready)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue