We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a1a5cf + fa4f2ac commit 1e24120Copy full SHA for 1e24120
index.js
@@ -1,9 +1,9 @@
1
var defaults = {
2
- url: "http://api.jotform.com",
+ url: "https://api.jotform.com",
3
apiKey: undefined,
4
version: "latest",
5
debug: false,
6
- timeout: null
+ timeout: 10000 // 10 seconds
7
}
8
9
var _url = defaults.url
jotform-api.js
@@ -1,8 +1,9 @@
- debug: false
+ debug: false,
0 commit comments