Skip to content

Commit 52dcbe7

Browse files
author
Aaron Sillus
committed
fixed the bug-fix
1 parent dd89589 commit 52dcbe7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/aframe.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<div id="canvas">
9595
<script>
9696
$(function(){
97-
$("#canvas").load(encodeURIComponent(modelUrl + "/model.html"));
97+
$("#canvas").load(encodeURI(modelUrl + "/model.html"));
9898
});
9999
</script>
100100
</div>

0 commit comments

Comments
 (0)