mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 09:45:11 +02:00
Added pricelist to admin #2380
This commit is contained in:
parent
a262e1e708
commit
4b5243585d
101 changed files with 3155 additions and 76 deletions
|
@ -1,12 +1,16 @@
|
|||
ready = ->
|
||||
$(document).on 'page:change', ->
|
||||
$('.selectize').selectize({
|
||||
allowEmptyOption: true
|
||||
});
|
||||
})
|
||||
|
||||
$('.js-datepicker').datepicker({
|
||||
showAnim: "",
|
||||
autoclose: true,
|
||||
dateFormat: "dd.mm.yy",
|
||||
changeMonth: true,
|
||||
changeYear: true
|
||||
})
|
||||
|
||||
# client side validate all forms
|
||||
$('form').each ->
|
||||
$(this).validate()
|
||||
|
||||
|
||||
$(document).ready(ready)
|
||||
$(document).on('page:load', ready)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue