Commit 3768ba2b authored by Liu Yuyang's avatar Liu Yuyang Committed by baiyaaaaa

should it be https? (#3362)

safari fails with http
parent 12cefcf2
...@@ -190,7 +190,7 @@ ...@@ -190,7 +190,7 @@
const node = document.createElement('textarea'); const node = document.createElement('textarea');
form.method = 'post'; form.method = 'post';
form.action = 'http://jsfiddle.net/api/post/library/pure/'; form.action = 'https://jsfiddle.net/api/post/library/pure/';
form.target = '_blank'; form.target = '_blank';
for (let name in data) { for (let name in data) {
...@@ -255,4 +255,4 @@ ...@@ -255,4 +255,4 @@
}); });
} }
}; };
</script> </script>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment