dlegr250_material_design 0.1.61 → 0.1.62

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aff99f073ff52ad07423f91f0e80ddf980bca4c1
4
- data.tar.gz: c9b69348aa8e8ff4f72e53c6ea4d37d12a6f1f62
3
+ metadata.gz: cd12bea502a75214a0ff4db360c3c1bfc49da03a
4
+ data.tar.gz: fea2b52b106b186452b97468c7b8f4f45be3bcc3
5
5
  SHA512:
6
- metadata.gz: f0dd54dac34f4b3ff3e20785e0e79504c85da5f53dcc76e5fb8fcd30c8b16b22a0e0dd4b0bd2be3b02d84656f2cec1066bf497e50725e62ffe875dbbe5a88911
7
- data.tar.gz: c393fab81a5391254dcd74da843bf22026ff5bf012cf4126bdf500da3456ea8e1c9000671f566f43479dfb2cda9f6aea24916ea3a63f105d40cdeb1ad66698f5
6
+ metadata.gz: 831bcd588b990156ed30f1488593c03a4b139da2893e9bdb7a47a3ce4dca25fe2e125abf5aa63eaff4bbc1471356a30c951fbd54fc10c94754e2a8e4ef89c6c6
7
+ data.tar.gz: 8260ce0b76015e0a8abbd5e9a6e86fc487fbae5767b795764e7418056d6a9ee756cfc216b587dbff39ad18ee063a2b0230dc1922025264574987505792b1b6af
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.1.61"
2
+ VERSION = "0.1.62"
3
3
  end
@@ -11,8 +11,8 @@ class App.MD.Forms
11
11
  @setEvents: () ->
12
12
  # Autosubmit a parent form when a field changes
13
13
  # (applied to individual fields)
14
- $("body").on "change", ":input[data-auto-submit-on-change='true']", =>
15
- $(this).parents("form").submit()
14
+ $("body").on "change", ":input[data-auto-submit-on-change='true']", (event) =>
15
+ $(event.target).parents("form").submit()
16
16
 
17
17
  # Focus cursor
18
18
  $(".auto-focus").focus()
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dlegr250_material_design
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.61
4
+ version: 0.1.62
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand