summaryrefslogtreecommitdiff
path: root/share/frontend/imlandscape/js/pb.js
diff options
context:
space:
mode:
authorpepperpepperpepper <pepper@scannerjammer.com>2015-11-23 15:35:04 -0800
committerpepperpepperpepper <pepper@scannerjammer.com>2015-11-23 15:35:04 -0800
commit9daba204637fa525ab698877671c3853c29fc129 (patch)
treea378818a5bc3fcc1d5e1ca298440aea2b715bf5b /share/frontend/imlandscape/js/pb.js
parent3f681da1bb814fbad5f56489bc808e960d642a28 (diff)
writing upload
Diffstat (limited to 'share/frontend/imlandscape/js/pb.js')
-rw-r--r--share/frontend/imlandscape/js/pb.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/frontend/imlandscape/js/pb.js b/share/frontend/imlandscape/js/pb.js
index 46c0bd6..ede2b04 100644
--- a/share/frontend/imlandscape/js/pb.js
+++ b/share/frontend/imlandscape/js/pb.js
@@ -60,8 +60,8 @@ function loadNew() {
console.log(textureURL);
console.log(heightmapURL);
stop_animating();
- var new_texture = '/cgi-bin/proxy?'+textureURL;
- var new_heightmap = '/cgi-bin/proxy?'+heightmapURL;
+ var new_texture = '/proxy?url='+textureURL;
+ var new_heightmap = '/proxy?url='+heightmapURL;
initGraphics(new_texture, new_heightmap, function(){ animate() } );
}