wcc-styles 2.2.2 → 2.2.3
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 +4 -4
- data/lib/assets/javascripts/wcc/styles/tessa.coffee +1 -2
- data/lib/wcc/styles/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 19e5632a7a117a17a3d1489a87d9b1d2045e777f
|
|
4
|
+
data.tar.gz: bdbd1db840d71ed74dbd94a92079defd8c0526a5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9d060234576f2e73dc87b8399a25529802f6f33925fa5787b81eaa2baabeb36c0da0be7f3eaacb69cf48e7041d06005c94a4100bbe80a094705403fe5d4087d4
|
|
7
|
+
data.tar.gz: 2e461a6b29c66e20dd78f35040791fc353fb7d3371189dd711284cebd8d05171e3caedbc124e5b16dc0cb3a90d223a6aaa2b715f7e5a02220c3dac6ecb01fc60
|
|
@@ -72,10 +72,9 @@ class window.WCC.Dropzone extends Dropzone
|
|
|
72
72
|
|
|
73
73
|
headers =
|
|
74
74
|
"Accept": "application/json",
|
|
75
|
-
"Cache-Control": "no-cache",
|
|
76
75
|
"X-Requested-With": "XMLHttpRequest",
|
|
77
76
|
|
|
78
|
-
extend headers, @options.headers if @options.headers
|
|
77
|
+
$.extend headers, @options.headers if @options.headers
|
|
79
78
|
|
|
80
79
|
xhr.setRequestHeader headerName, headerValue for headerName, headerValue of headers
|
|
81
80
|
|
data/lib/wcc/styles/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wcc-styles
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.
|
|
4
|
+
version: 2.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Watermark Community Church
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-08-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: coffee-rails
|