Skip to content

Commit

Permalink
ifc-js: ensure hardcoded version....
Browse files Browse the repository at this point in the history
  • Loading branch information
diocas committed Dec 17, 2021
1 parent 4a29752 commit 52f1758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ifc-js/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default {
const ifcLoader = new IFCLoader()
// FIXME hack to load the wasm... should not be needed
ifcLoader.ifcManager.setWasmPath(
'../../../../../../../../../../../../../../../../cernbox/ifc-js-0.1.0/'
'../../../../../../../../../../../../../../../../cernbox/ifc-js-0.1.1/'
)
const headers = getHeadersWithAuth(isPublic, this.getToken, this.publicLinkPassword)
ifcLoader.setRequestHeader(headers)
Expand Down

0 comments on commit 52f1758

Please sign in to comment.