corn_starch 1.9.9 → 1.9.10

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: 09f202a81f24ac86eb03785dc2c9eff1cc6c2ec1
4
- data.tar.gz: 49a72498ec81268524240e0c969ccb8a933f6a94
3
+ metadata.gz: 92865735f36d9dc565840639dda8a72d5397506e
4
+ data.tar.gz: 506545a09359f072225bfd5e0b35bdad3464b234
5
5
  SHA512:
6
- metadata.gz: 5d9601b892ab0d9c1818cc4146bf7c4d02497a75abe3b65c057ecdda1dbd13aed6bad5f13ac9dd99c75340e646aa221de3186be20898c90e62365e69965cdfa7
7
- data.tar.gz: 0573bdbb4b94529933848724c1fb2097f1746e73fda89f2d25e442d82fea64492cd57b8c045ebe629f56a8c0824e498baedbf79a9d8d140dec023e1800bebffb
6
+ metadata.gz: 7e6aa0747e94534016b0b81147b2fb3f6dfe52d6fb099db00f923b9de77acc286664f1bdddd32124476848dcdc8a20025b408373f2c139e0fd5aa43c249b15f7
7
+ data.tar.gz: 4d6d874d54ac72625ea040aa0c366210d25f7eac1d2dd3466117f6c80ca195dfd81dd45201c4a4405de05b69babbb89f39b15617f7d1fca0092dcb9e5fd42fcd
@@ -4,7 +4,7 @@
4
4
  # Modal JS
5
5
 
6
6
  # Currently Displayed Modal
7
- window.modal_displayed = null
7
+ modal_displayed = ''
8
8
 
9
9
  # Show Modal
10
10
  window.modal_show = (modal) ->
@@ -16,7 +16,7 @@ window.modal_show = (modal) ->
16
16
 
17
17
  # Hide Modal
18
18
  window.modal_hide = (modal) ->
19
- modal_displayed = null
19
+ modal_displayed = ''
20
20
  $("#modal-#{modal}").hide 'fast'
21
21
 
22
22
  # Is Modal Visible
@@ -45,7 +45,7 @@ window.modal_init_modal = (modal) ->
45
45
  window.modal_handle_keyup = (e) ->
46
46
 
47
47
  # Check Modal Visible
48
- return if modal_displayed == null
48
+ return if modal_displayed == ''
49
49
 
50
50
  # Hide Modal
51
51
  modal_hide modal_displayed if e.which == 27
@@ -1,3 +1,3 @@
1
1
  module CornStarch
2
- VERSION = '1.9.9'
2
+ VERSION = '1.9.10'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: corn_starch
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.9
4
+ version: 1.9.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eresse