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 1b96a42 commit 63f4fafCopy full SHA for 63f4faf
js/IO.js
@@ -24,10 +24,6 @@
24
25
var IO = function() {
26
this.data = null;
27
- // In production, simply use the local path (no proxy)
28
- // since we won't be hampered by the same-origin policy.
29
- this.base = 'proxy.php?resource=internalapi/';
30
- //this.base = 'http://scratch.mit.edu/internalapi/'; // Final base
31
this.project_base = 'http://projects.scratch.mit.edu/internalapi/project/';
32
this.project_suffix = '/get/';
33
this.asset_base = 'http://cdn.scratch.mit.edu/internalapi/asset/';
0 commit comments