effective_form_inputs 0.8.18 → 0.9.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/effective_ckeditor_text_area/initialize.js.coffee +1 -0
- data/app/assets/javascripts/effective_date_picker/initialize.js.coffee +1 -0
- data/app/assets/javascripts/effective_date_time_picker/initialize.js.coffee +1 -0
- data/app/assets/javascripts/effective_price/initialize.js.coffee +1 -0
- data/app/assets/javascripts/effective_select/initialize.js.coffee +1 -0
- data/app/assets/javascripts/effective_tel/initialize.js.coffee +1 -0
- data/lib/effective_form_inputs/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1f7b8d4bc39c6e0a33b893227a51bafc52e3c59a
|
4
|
+
data.tar.gz: 11cb7352cbe0faed4df331f6abd87d20ba26ea0b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b970881f7a43a39d74bdd57f093d0dc7081e782482a67a973c258d3b799fbea2d17fbe6c795b36f493589f76778b1097aac32363dc8075963dfc6ff9ec9b8e2c
|
7
|
+
data.tar.gz: 2a826b4c4abed3795b89c52afba82e571a0dc293688add2d430b5b20b5654fce34953ffef7c8fc18069ab848195a3156cc2cbdbc04c0e20d5d2c67f00101e89b
|
@@ -15,6 +15,7 @@ initialize = ->
|
|
15
15
|
|
16
16
|
$ -> initialize()
|
17
17
|
$(document).on 'page:change', -> initialize()
|
18
|
+
$(document).on 'turbolinks:load', -> initialize()
|
18
19
|
$(document).on 'cocoon:after-insert', -> initialize()
|
19
20
|
|
20
21
|
# If we're working with a polymorphic select, split out the ID and assign the hidden _type and _id fields
|