mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
Precompile assets
This commit is contained in:
parent
b5f3b8d6e0
commit
ba929c51bd
97 changed files with 112257 additions and 2 deletions
|
@ -0,0 +1,17 @@
|
|||
(function() {
|
||||
var ready;
|
||||
|
||||
ready = function() {
|
||||
$('.selectize').selectize({
|
||||
allowEmptyOption: true
|
||||
});
|
||||
return $('form').each(function() {
|
||||
return $(this).validate();
|
||||
});
|
||||
};
|
||||
|
||||
$(document).ready(ready);
|
||||
|
||||
$(document).on('page:load', ready);
|
||||
|
||||
}).call(this);
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue