Add help to reserved domains #2962

This commit is contained in:
Martin Lensment 2015-09-24 13:34:47 +03:00 committed by Rene Vahtel
parent da937acc34
commit 05b5dcd3ca
22 changed files with 236781 additions and 99 deletions

View file

@ -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);