mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
Add help to reserved domains #2962
This commit is contained in:
parent
da937acc34
commit
05b5dcd3ca
22 changed files with 236781 additions and 99 deletions
|
@ -1 +1,19 @@
|
|||
(function(){$(document).on("page:change",function(){return $(".selectize").selectize({allowEmptyOption:!0}),$(".js-datepicker").datepicker({showAnim:"",autoclose:!0,dateFormat:"dd.mm.yy",changeMonth:!0,changeYear:!0}),$("form").each(function(){return $(this).validate()})})}).call(this);
|
||||
(function() {
|
||||
$(document).on('page:change', function() {
|
||||
$('.selectize').selectize({
|
||||
allowEmptyOption: true
|
||||
});
|
||||
$('.js-datepicker').datepicker({
|
||||
showAnim: "",
|
||||
autoclose: true,
|
||||
dateFormat: "dd.mm.yy",
|
||||
changeMonth: true,
|
||||
changeYear: true
|
||||
});
|
||||
$('form').each(function() {
|
||||
return $(this).validate();
|
||||
});
|
||||
return $('[data-toggle="popover"]').popover();
|
||||
});
|
||||
|
||||
}).call(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue