web-connect 0.4.7 → 0.4.8
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/netfira/web_connect/version.rb +1 -1
- data/lib/web/protected/test.js +2 -0
- 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: 785c3c444073d6cdc7335cd43012d906077c9508
|
|
4
|
+
data.tar.gz: 4379992d2de679b72b1d49cc9ae88785ce3487a2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c68c366842759bb2846c4404b81b9446470455bfdeb55999a90c57fcd9106d01df54e4ce77378d02fc4579ff8a9b96590f637ab1701b7275940ed8a5deb33cc2
|
|
7
|
+
data.tar.gz: 11340ed064f50c167e97c27f9184ed5cd76a8351e55ef091d5e020bcb7bd3576ea109dc1ad5e5a1a07f5693dd482b99c1f40702ee162e574c302a378733e41d3
|
data/lib/web/protected/test.js
CHANGED
|
@@ -1115,7 +1115,9 @@ nf.Testing.Test.prototype = {
|
|
|
1115
1115
|
break;
|
|
1116
1116
|
}
|
|
1117
1117
|
}
|
|
1118
|
+
nf.api.headers['Content-Type'] = 'application/octet-stream';
|
|
1118
1119
|
nf.api.post('files/' + type + '/' + id, this.actions[i].binary, this.fileSent).owner = this;
|
|
1120
|
+
delete nf.api.headers['Content-Type'];
|
|
1119
1121
|
nf.Testing.results.sendFile(type, id, this.actions[i].binary.length);
|
|
1120
1122
|
this.startTimer();
|
|
1121
1123
|
return;
|