mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 03:58:27 +02:00
Update assets #2723
This commit is contained in:
parent
d3ddab0e08
commit
ad1c24712e
17 changed files with 112921 additions and 382 deletions
|
@ -0,0 +1,18 @@
|
|||
(function() {
|
||||
$(document).on('page:change', function() {
|
||||
$('.selectize').selectize({
|
||||
allowEmptyOption: true
|
||||
});
|
||||
$('.js-datepicker').datepicker({
|
||||
showAnim: "",
|
||||
autoclose: true,
|
||||
dateFormat: "dd.mm.yy",
|
||||
changeMonth: true,
|
||||
changeYear: true
|
||||
});
|
||||
return $('form').each(function() {
|
||||
return $(this).validate();
|
||||
});
|
||||
});
|
||||
|
||||
}).call(this);
|
Loading…
Add table
Add a link
Reference in a new issue