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.
1 parent 910463e commit 62437f6Copy full SHA for 62437f6
scripts/app.js
@@ -127,7 +127,7 @@ function hideResult() {
127
128
function evaluate() {
129
clearResult();
130
- $.post('http://192.241.150.198', {input: sandbox.getValue()}, setResult)
+ $.post('https://192.241.150.198', {input: sandbox.getValue()}, setResult)
131
.fail(function() {
132
setResult("An error has occurred - most likely out of memory.");
133
});
0 commit comments