[VIEWER-IFC] Fix link
This commit is contained in:
parent
23ada7344e
commit
7ba5008c8c
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@
|
|||
{{else if .IsPDFFile}}
|
||||
<div class="pdf-content is-loading" data-src="{{$.RawFileLink}}" data-fallback-button-text="{{ctx.Locale.Tr "repo.diff.view_file"}}"></div>
|
||||
{{else if .IsIFC}}
|
||||
<script>window.IfcFile = "http://localhost:3000{{$.RawFileLink}}"</script>
|
||||
<script>window.IfcFile = "{{$.RawFileLink}}"</script>
|
||||
<div style="display:block;width:100%;height:800px">
|
||||
<bim-grid id="app"></bim-grid>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue