summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/cave.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/cave.html b/templates/cave.html
index afd81ea..979e4b7 100644
--- a/templates/cave.html
+++ b/templates/cave.html
@@ -25,8 +25,8 @@
// Note the special code in views.caves.py to do this. The appropriate .svx/.3d file may not be simply the cave name +.3d
const ui = new CV2.CaveViewUI( viewer );
- //ui.loadCave('{{svx3d}}.3d');
- ui.loadCave('/cave/3d/{{cave}}');
+ ui.loadCave('{{svx3d}}.3d');
+ //ui.loadCave('/cave/3d/{{cave}}');
}
window.onload = onLoad;
</script>