From 9daba204637fa525ab698877671c3853c29fc129 Mon Sep 17 00:00:00 2001 From: pepperpepperpepper Date: Mon, 23 Nov 2015 15:35:04 -0800 Subject: writing upload --- share/frontend/imlandscape/js/pb.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share/frontend/imlandscape') 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() } ); } -- cgit v1.2.3-70-g09d2